#C06C50

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

Shades of Red Damask #C06C50

Tints of Red Damask #C06C50

Color information

#C06C50 (or 0xC06C50) is unknown color: approx Red Damask. HEX triplet: C0, 6C and 50. RGB value is (192,108,80). Sum of RGB (Red+Green+Blue) = 192+108+80=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C50 is #3F93AF. Grayscale: #828282. Windows color (decimal): -4166576 or 5270720. OLE color: 5270720.

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

Color convert

RGB19210880-
CMYK00.440.580.25
HSL15º47.06%53.33%-
HSV(B)15º58.33%75.29%-
XYZ28.5522.5110.43-
YUV129.9299.83172.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 80 (31.64% from 255) = 21.05%
R=50.53%
G=28.42%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921088000.440.580.251547.0653.33
HexC06C5002C3A19f2f35
Octal3001541200547231175765
Binary11000000110110010100000101100111010110011111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06C50; }

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

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

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

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

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

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

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

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