Shades of Red Damask #CC6B4E
Tints of Red Damask #CC6B4E
RGB
CMYK
RGB Variations
Color information
#CC6B4E (or 0xCC6B4E) is known color: Red Damask. HEX triplet: CC, 6B and 4E. RGB value is (204,107,78). Sum of RGB (Red+Green+Blue) = 204+107+78=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6B4E is #3394B1. Grayscale: #848484. Windows color (decimal): -3380402 or 5139404. OLE color: 5139404.
HSL color Cylindrical-coordinate representation of color #CC6B4E: hue angle of 13.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC6B4E is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 78 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.2 |
| HSL | 13.81º | 0.55% | 0.55% | - |
| HSV(B) | 13.81º | 0.62% | 0.8% | - |
| XYZ | 31.53 | 23.9 | 10.16 | - |
| YUV | 132.7 | 97.14 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 78 | 0 | 0.48 | 0.62 | 0.2 | 13.81 | 0.55 | 0.55 |
| Hex | CC | 6B | 4E | 0 | 30 | 3E | 14 | E | 37 | 37 |
| Octal | 314 | 153 | 116 | 0 | 60 | 76 | 24 | 16 | 67 | 67 |
| Binary | 11001100 | 1101011 | 1001110 | 0 | 110000 | 111110 | 10100 | 1110 | 110111 | 110111 |
Color Harmonies of #CC6B4E
Complementary color
Monochromatic Colors of #CC6B4E
Black with #CC6B4E
Text Example
Text Example
White with #CC6B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B4E; }
p { color: rgb(204,107,78); }
H1.HeaderClassName
{
color: #CC6B4E;
}
.AnyTagClassName
{
color: #CC6B4E;
}
</style>
background-color css
<style>
a { background-color: #CC6B4E; }
a { background-color: rgb(204,107,78); }
div.DivClassName
{
background-color: #CC6B4E;
}
.BgClassName
{
background-color: #CC6B4E;
}
</style>
border-color css
<style>
span { border-color: #CC6B4E; }
span { border-color: rgb(204,107,78); }
td.TdClassName
{
border-color: #CC6B4E;
}
.TagClassName
{
border-color: #CC6B4E;
}
</style>