#C06D4E

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

Shades of Red Damask #C06D4E

Tints of Red Damask #C06D4E

Color information

#C06D4E (or 0xC06D4E) is unknown color: approx Red Damask. HEX triplet: C0, 6D and 4E. RGB value is (192,109,78). Sum of RGB (Red+Green+Blue) = 192+109+78=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D4E is #3F92B1. Grayscale: #828282. Windows color (decimal): -4166322 or 5139904. OLE color: 5139904.

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

Color convert

RGB19210978-
CMYK00.430.590.25
HSL16.32º47.5%52.94%-
HSV(B)16.32º59.38%75.29%-
XYZ28.5822.6910.08-
YUV130.2898.5172.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.66%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=50.66%
G=28.76%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921097800.430.590.2516.3247.552.94
HexC06D4E02B3B19103035
Octal3001551160537331206065
Binary110000001101101100111001010111110111100110000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D4E; }

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

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

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

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

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

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

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

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