Shades of Red Damask #CC6B42
Tints of Red Damask #CC6B42
RGB
CMYK
RGB Variations
Color information
#CC6B42 (or 0xCC6B42) is known color: Red Damask. HEX triplet: CC, 6B and 42. RGB value is (204,107,66). Sum of RGB (Red+Green+Blue) = 204+107+66=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B42 is #3394BD. Grayscale: #838383. Windows color (decimal): -3380414 or 4352972. OLE color: 4352972.
HSL color Cylindrical-coordinate representation of color #CC6B42: hue angle of 17.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC6B42 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 66 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.2 |
| HSL | 17.83º | 0.58% | 0.53% | - |
| HSV(B) | 17.83º | 0.68% | 0.8% | - |
| XYZ | 31.14 | 23.75 | 8.1 | - |
| YUV | 131.33 | 91.14 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 66 | 0 | 0.48 | 0.68 | 0.2 | 17.83 | 0.58 | 0.53 |
| Hex | CC | 6B | 42 | 0 | 30 | 44 | 14 | 12 | 3A | 35 |
| Octal | 314 | 153 | 102 | 0 | 60 | 104 | 24 | 22 | 72 | 65 |
| Binary | 11001100 | 1101011 | 1000010 | 0 | 110000 | 1000100 | 10100 | 10010 | 111010 | 110101 |
Color Harmonies of #CC6B42
Complementary color
Monochromatic Colors of #CC6B42
Black with #CC6B42
Text Example
Text Example
White with #CC6B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B42; }
p { color: rgb(204,107,66); }
H1.HeaderClassName
{
color: #CC6B42;
}
.AnyTagClassName
{
color: #CC6B42;
}
</style>
background-color css
<style>
a { background-color: #CC6B42; }
a { background-color: rgb(204,107,66); }
div.DivClassName
{
background-color: #CC6B42;
}
.BgClassName
{
background-color: #CC6B42;
}
</style>
border-color css
<style>
span { border-color: #CC6B42; }
span { border-color: rgb(204,107,66); }
td.TdClassName
{
border-color: #CC6B42;
}
.TagClassName
{
border-color: #CC6B42;
}
</style>