Shades of Red Damask #CC694B
Tints of Red Damask #CC694B
RGB
CMYK
RGB Variations
Color information
#CC694B (or 0xCC694B) is known color: Red Damask. HEX triplet: CC, 69 and 4B. RGB value is (204,105,75). Sum of RGB (Red+Green+Blue) = 204+105+75=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC694B is #3396B4. Grayscale: #838383. Windows color (decimal): -3380917 or 4942284. OLE color: 4942284.
HSL color Cylindrical-coordinate representation of color #CC694B: hue angle of 13.95º 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 #CC694B is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 75 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.2 |
| HSL | 13.95º | 0.56% | 0.55% | - |
| HSV(B) | 13.95º | 0.63% | 0.8% | - |
| XYZ | 31.22 | 23.45 | 9.54 | - |
| YUV | 131.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 75 | 0 | 0.49 | 0.63 | 0.2 | 13.95 | 0.56 | 0.55 |
| Hex | CC | 69 | 4B | 0 | 31 | 3F | 14 | E | 38 | 37 |
| Octal | 314 | 151 | 113 | 0 | 61 | 77 | 24 | 16 | 70 | 67 |
| Binary | 11001100 | 1101001 | 1001011 | 0 | 110001 | 111111 | 10100 | 1110 | 111000 | 110111 |
Color Harmonies of #CC694B
Complementary color
Monochromatic Colors of #CC694B
Black with #CC694B
Text Example
Text Example
White with #CC694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC694B; }
p { color: rgb(204,105,75); }
H1.HeaderClassName
{
color: #CC694B;
}
.AnyTagClassName
{
color: #CC694B;
}
</style>
background-color css
<style>
a { background-color: #CC694B; }
a { background-color: rgb(204,105,75); }
div.DivClassName
{
background-color: #CC694B;
}
.BgClassName
{
background-color: #CC694B;
}
</style>
border-color css
<style>
span { border-color: #CC694B; }
span { border-color: rgb(204,105,75); }
td.TdClassName
{
border-color: #CC694B;
}
.TagClassName
{
border-color: #CC694B;
}
</style>