#C07348

Color #C07348 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C07348

Tints of Red Damask #C07348

Color information

#C07348 (or 0xC07348) is unknown color: approx Red Damask. HEX triplet: C0, 73 and 48. RGB value is (192,115,72). Sum of RGB (Red+Green+Blue) = 192+115+72=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C07348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07348 is #3F8CB7. Grayscale: #858585. Windows color (decimal): -4164792 or 4748224. OLE color: 4748224.

HSL color Cylindrical-coordinate representation of color #C07348: hue angle of 21.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C07348 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19211572-
CMYK00.400.630.25
HSL21.5º48.78%51.76%-
HSV(B)21.5º62.5%75.29%-
XYZ29.0423.949.22-
YUV133.1293.51170-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 50.66%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=50.66%
G=30.34%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921157200.400.630.2521.548.7851.76
HexC073480283F19163134
Octal3001631100507731266164
Binary110000001110011100100001010001111111100110110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07348; }

 p { color: rgb(192,115,72); }

 H1.HeaderClassName
 {
   color: #C07348;
 }
 .AnyTagClassName
 {
   color: #C07348;
 }
</style>
background-color css

<style>
 a { background-color: #C07348; }

 a { background-color: rgb(192,115,72); }

 div.DivClassName
 {
   background-color: #C07348;
 }
 .BgClassName
 {
   background-color: #C07348;
 }
</style>
border-color css

<style>
 span { border-color: #C07348; }

 span { border-color: rgb(192,115,72); }

 td.TdClassName
 {
   border-color: #C07348;
 }
 .TagClassName
 {
   border-color: #C07348;
 }
</style>