Shades of Red Damask #CC694E
Tints of Red Damask #CC694E
RGB
CMYK
RGB Variations
Color information
#CC694E (or 0xCC694E) is known color: Red Damask. HEX triplet: CC, 69 and 4E. RGB value is (204,105,78). Sum of RGB (Red+Green+Blue) = 204+105+78=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC694E is #3396B1. Grayscale: #838383. Windows color (decimal): -3380914 or 5138892. OLE color: 5138892.
HSL color Cylindrical-coordinate representation of color #CC694E: hue angle of 12.86º 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 #CC694E is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 78 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.2 |
| HSL | 12.86º | 0.55% | 0.55% | - |
| HSV(B) | 12.86º | 0.62% | 0.8% | - |
| XYZ | 31.33 | 23.49 | 10.09 | - |
| YUV | 131.52 | 97.8 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 78 | 0 | 0.49 | 0.62 | 0.2 | 12.86 | 0.55 | 0.55 |
| Hex | CC | 69 | 4E | 0 | 31 | 3E | 14 | D | 37 | 37 |
| Octal | 314 | 151 | 116 | 0 | 61 | 76 | 24 | 15 | 67 | 67 |
| Binary | 11001100 | 1101001 | 1001110 | 0 | 110001 | 111110 | 10100 | 1101 | 110111 | 110111 |
Color Harmonies of #CC694E
Complementary color
Monochromatic Colors of #CC694E
Black with #CC694E
Text Example
Text Example
White with #CC694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC694E; }
p { color: rgb(204,105,78); }
H1.HeaderClassName
{
color: #CC694E;
}
.AnyTagClassName
{
color: #CC694E;
}
</style>
background-color css
<style>
a { background-color: #CC694E; }
a { background-color: rgb(204,105,78); }
div.DivClassName
{
background-color: #CC694E;
}
.BgClassName
{
background-color: #CC694E;
}
</style>
border-color css
<style>
span { border-color: #CC694E; }
span { border-color: rgb(204,105,78); }
td.TdClassName
{
border-color: #CC694E;
}
.TagClassName
{
border-color: #CC694E;
}
</style>