#C06D48

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

Shades of Red Damask #C06D48

Tints of Red Damask #C06D48

Color information

#C06D48 (or 0xC06D48) is unknown color: approx Red Damask. HEX triplet: C0, 6D and 48. RGB value is (192,109,72). Sum of RGB (Red+Green+Blue) = 192+109+72=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D48 is #3F92B7. Grayscale: #818181. Windows color (decimal): -4166328 or 4746688. OLE color: 4746688.

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

Color convert

RGB19210972-
CMYK00.430.630.25
HSL18.5º48.78%51.76%-
HSV(B)18.5º62.5%75.29%-
XYZ28.3822.619-
YUV129.695.5172.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.47%
GREEN value IS 109 (42.97% from 255) = 29.22%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=51.47%
G=29.22%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921097200.430.630.2518.548.7851.76
HexC06D4802B3F19123134
Octal3001551100537731226164
Binary110000001101101100100001010111111111100110010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D48; }

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

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

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

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

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

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

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

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