#C06C48

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

Shades of Red Damask #C06C48

Tints of Red Damask #C06C48

Color information

#C06C48 (or 0xC06C48) is unknown color: approx Red Damask. HEX triplet: C0, 6C and 48. RGB value is (192,108,72). Sum of RGB (Red+Green+Blue) = 192+108+72=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C48 is #3F93B7. Grayscale: #818181. Windows color (decimal): -4166584 or 4746432. OLE color: 4746432.

HSL color Cylindrical-coordinate representation of color #C06C48: hue angle of 18º 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 #C06C48 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19210872-
CMYK00.440.630.25
HSL18º48.78%51.76%-
HSV(B)18º62.5%75.29%-
XYZ28.2722.48.96-
YUV129.0195.83172.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.61%
GREEN value IS 108 (42.58% from 255) = 29.03%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=51.61%
G=29.03%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921087200.440.630.251848.7851.76
HexC06C4802C3F19123134
Octal3001541100547731226164
Binary110000001101100100100001011001111111100110010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06C48; }

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

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

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

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

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

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

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

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