Shades of Red Damask #CC6C4C
Tints of Red Damask #CC6C4C
RGB
CMYK
RGB Variations
Color information
#CC6C4C (or 0xCC6C4C) is known color: Red Damask. HEX triplet: CC, 6C and 4C. RGB value is (204,108,76). Sum of RGB (Red+Green+Blue) = 204+108+76=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C4C is #3393B3. Grayscale: #858585. Windows color (decimal): -3380148 or 5008588. OLE color: 5008588.
HSL color Cylindrical-coordinate representation of color #CC6C4C: hue angle of 15º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC6C4C is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 76 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.2 |
| HSL | 15º | 0.56% | 0.55% | - |
| HSV(B) | 15º | 0.63% | 0.8% | - |
| XYZ | 31.57 | 24.08 | 9.82 | - |
| YUV | 133.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 76 | 0 | 0.47 | 0.63 | 0.2 | 15 | 0.56 | 0.55 |
| Hex | CC | 6C | 4C | 0 | 2F | 3F | 14 | F | 38 | 37 |
| Octal | 314 | 154 | 114 | 0 | 57 | 77 | 24 | 17 | 70 | 67 |
| Binary | 11001100 | 1101100 | 1001100 | 0 | 101111 | 111111 | 10100 | 1111 | 111000 | 110111 |
Color Harmonies of #CC6C4C
Complementary color
Monochromatic Colors of #CC6C4C
Black with #CC6C4C
Text Example
Text Example
White with #CC6C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C4C; }
p { color: rgb(204,108,76); }
H1.HeaderClassName
{
color: #CC6C4C;
}
.AnyTagClassName
{
color: #CC6C4C;
}
</style>
background-color css
<style>
a { background-color: #CC6C4C; }
a { background-color: rgb(204,108,76); }
div.DivClassName
{
background-color: #CC6C4C;
}
.BgClassName
{
background-color: #CC6C4C;
}
</style>
border-color css
<style>
span { border-color: #CC6C4C; }
span { border-color: rgb(204,108,76); }
td.TdClassName
{
border-color: #CC6C4C;
}
.TagClassName
{
border-color: #CC6C4C;
}
</style>