Shades of Red Damask #C06C4F
Tints of Red Damask #C06C4F
RGB
CMYK
RGB Variations
Color information
#C06C4F (or 0xC06C4F) is known color: Red Damask. HEX triplet: C0, 6C and 4F. RGB value is (192,108,79). Sum of RGB (Red+Green+Blue) = 192+108+79=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C4F is #3F93B0. Grayscale: #828282. Windows color (decimal): -4166577 or 5205184. OLE color: 5205184.
HSL color Cylindrical-coordinate representation of color #C06C4F: hue angle of 15.4º degrees, saturation: 0.47, 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 #C06C4F is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 79 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.25 |
| HSL | 15.4º | 0.47% | 0.53% | - |
| HSV(B) | 15.4º | 0.59% | 0.75% | - |
| XYZ | 28.51 | 22.5 | 10.24 | - |
| YUV | 129.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 79 | 0 | 0.44 | 0.59 | 0.25 | 15.4 | 0.47 | 0.53 |
| Hex | C0 | 6C | 4F | 0 | 2C | 3B | 19 | F | 2F | 35 |
| Octal | 300 | 154 | 117 | 0 | 54 | 73 | 31 | 17 | 57 | 65 |
| Binary | 11000000 | 1101100 | 1001111 | 0 | 101100 | 111011 | 11001 | 1111 | 101111 | 110101 |
Color Harmonies of #C06C4F
Complementary color
Monochromatic Colors of #C06C4F
Black with #C06C4F
Text Example
Text Example
White with #C06C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C4F; }
p { color: rgb(192,108,79); }
H1.HeaderClassName
{
color: #C06C4F;
}
.AnyTagClassName
{
color: #C06C4F;
}
</style>
background-color css
<style>
a { background-color: #C06C4F; }
a { background-color: rgb(192,108,79); }
div.DivClassName
{
background-color: #C06C4F;
}
.BgClassName
{
background-color: #C06C4F;
}
</style>
border-color css
<style>
span { border-color: #C06C4F; }
span { border-color: rgb(192,108,79); }
td.TdClassName
{
border-color: #C06C4F;
}
.TagClassName
{
border-color: #C06C4F;
}
</style>