Shades of Red Damask #CC6B4D
Tints of Red Damask #CC6B4D
RGB
CMYK
RGB Variations
Color information
#CC6B4D (or 0xCC6B4D) is known color: Red Damask. HEX triplet: CC, 6B and 4D. RGB value is (204,107,77). Sum of RGB (Red+Green+Blue) = 204+107+77=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6B4D is #3394B2. Grayscale: #848484. Windows color (decimal): -3380403 or 5073868. OLE color: 5073868.
HSL color Cylindrical-coordinate representation of color #CC6B4D: hue angle of 14.17º 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 #CC6B4D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 77 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.2 |
| HSL | 14.17º | 0.55% | 0.55% | - |
| HSV(B) | 14.17º | 0.62% | 0.8% | - |
| XYZ | 31.5 | 23.89 | 9.97 | - |
| YUV | 132.58 | 96.64 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 77 | 0 | 0.48 | 0.62 | 0.2 | 14.17 | 0.55 | 0.55 |
| Hex | CC | 6B | 4D | 0 | 30 | 3E | 14 | E | 37 | 37 |
| Octal | 314 | 153 | 115 | 0 | 60 | 76 | 24 | 16 | 67 | 67 |
| Binary | 11001100 | 1101011 | 1001101 | 0 | 110000 | 111110 | 10100 | 1110 | 110111 | 110111 |
Color Harmonies of #CC6B4D
Complementary color
Monochromatic Colors of #CC6B4D
Black with #CC6B4D
Text Example
Text Example
White with #CC6B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B4D; }
p { color: rgb(204,107,77); }
H1.HeaderClassName
{
color: #CC6B4D;
}
.AnyTagClassName
{
color: #CC6B4D;
}
</style>
background-color css
<style>
a { background-color: #CC6B4D; }
a { background-color: rgb(204,107,77); }
div.DivClassName
{
background-color: #CC6B4D;
}
.BgClassName
{
background-color: #CC6B4D;
}
</style>
border-color css
<style>
span { border-color: #CC6B4D; }
span { border-color: rgb(204,107,77); }
td.TdClassName
{
border-color: #CC6B4D;
}
.TagClassName
{
border-color: #CC6B4D;
}
</style>