#C06C4D

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

Shades of Red Damask #C06C4D

Tints of Red Damask #C06C4D

Color information

#C06C4D (or 0xC06C4D) is unknown color: approx Red Damask. HEX triplet: C0, 6C and 4D. RGB value is (192,108,77). Sum of RGB (Red+Green+Blue) = 192+108+77=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C4D is #3F93B2. Grayscale: #818181. Windows color (decimal): -4166579 or 5074112. OLE color: 5074112.

HSL color Cylindrical-coordinate representation of color #C06C4D: hue angle of 16.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C06C4D is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19210877-
CMYK00.440.600.25
HSL16.17º47.72%52.75%-
HSV(B)16.17º59.9%75.29%-
XYZ28.4422.479.86-
YUV129.5898.33172.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=50.93%
G=28.65%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921087700.440.600.2516.1747.7252.75
HexC06C4D02C3C19103035
Octal3001541150547431206065
Binary110000001101100100110101011001111001100110000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06C4D; }

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

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

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

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

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

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

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

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