#C06D51

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

Shades of Red Damask #C06D51

Tints of Red Damask #C06D51

Color information

#C06D51 (or 0xC06D51) is unknown color: approx Red Damask. HEX triplet: C0, 6D and 51. RGB value is (192,109,81). Sum of RGB (Red+Green+Blue) = 192+109+81=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D51 is #3F92AE. Grayscale: #828282. Windows color (decimal): -4166319 or 5336512. OLE color: 5336512.

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

Color convert

RGB19210981-
CMYK00.430.580.25
HSL15.14º46.84%53.53%-
HSV(B)15.14º57.81%75.29%-
XYZ28.6922.7410.66-
YUV130.62100171.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 109 (42.97% from 255) = 28.53%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=50.26%
G=28.53%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921098100.430.580.2515.1446.8453.53
HexC06D5102B3A19f2f36
Octal3001551210537231175766
Binary11000000110110110100010101011111010110011111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D51; }

 p { color: rgb(192,109,81); }

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

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

 a { background-color: rgb(192,109,81); }

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

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

 span { border-color: rgb(192,109,81); }

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