Shades of Red Damask #CC6B45
Tints of Red Damask #CC6B45
RGB
CMYK
RGB Variations
Color information
#CC6B45 (or 0xCC6B45) is known color: Red Damask. HEX triplet: CC, 6B and 45. RGB value is (204,107,69). Sum of RGB (Red+Green+Blue) = 204+107+69=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B45 is #3394BA. Grayscale: #838383. Windows color (decimal): -3380411 or 4549580. OLE color: 4549580.
HSL color Cylindrical-coordinate representation of color #CC6B45: hue angle of 16.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC6B45 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 69 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.2 |
| HSL | 16.89º | 0.57% | 0.54% | - |
| HSV(B) | 16.89º | 0.66% | 0.8% | - |
| XYZ | 31.23 | 23.78 | 8.57 | - |
| YUV | 131.67 | 92.64 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 69 | 0 | 0.48 | 0.66 | 0.2 | 16.89 | 0.57 | 0.54 |
| Hex | CC | 6B | 45 | 0 | 30 | 42 | 14 | 11 | 39 | 36 |
| Octal | 314 | 153 | 105 | 0 | 60 | 102 | 24 | 21 | 71 | 66 |
| Binary | 11001100 | 1101011 | 1000101 | 0 | 110000 | 1000010 | 10100 | 10001 | 111001 | 110110 |
Color Harmonies of #CC6B45
Complementary color
Monochromatic Colors of #CC6B45
Black with #CC6B45
Text Example
Text Example
White with #CC6B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B45; }
p { color: rgb(204,107,69); }
H1.HeaderClassName
{
color: #CC6B45;
}
.AnyTagClassName
{
color: #CC6B45;
}
</style>
background-color css
<style>
a { background-color: #CC6B45; }
a { background-color: rgb(204,107,69); }
div.DivClassName
{
background-color: #CC6B45;
}
.BgClassName
{
background-color: #CC6B45;
}
</style>
border-color css
<style>
span { border-color: #CC6B45; }
span { border-color: rgb(204,107,69); }
td.TdClassName
{
border-color: #CC6B45;
}
.TagClassName
{
border-color: #CC6B45;
}
</style>