Shades of Red Damask #CC694A
Tints of Red Damask #CC694A
RGB
CMYK
RGB Variations
Color information
#CC694A (or 0xCC694A) is known color: Red Damask. HEX triplet: CC, 69 and 4A. RGB value is (204,105,74). Sum of RGB (Red+Green+Blue) = 204+105+74=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC694A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC694A is #3396B5. Grayscale: #838383. Windows color (decimal): -3380918 or 4876748. OLE color: 4876748.
HSL color Cylindrical-coordinate representation of color #CC694A: hue angle of 14.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC694A is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 74 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.2 |
| HSL | 14.31º | 0.56% | 0.55% | - |
| HSV(B) | 14.31º | 0.64% | 0.8% | - |
| XYZ | 31.19 | 23.43 | 9.36 | - |
| YUV | 131.07 | 95.8 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 74 | 0 | 0.49 | 0.64 | 0.2 | 14.31 | 0.56 | 0.55 |
| Hex | CC | 69 | 4A | 0 | 31 | 40 | 14 | E | 38 | 37 |
| Octal | 314 | 151 | 112 | 0 | 61 | 100 | 24 | 16 | 70 | 67 |
| Binary | 11001100 | 1101001 | 1001010 | 0 | 110001 | 1000000 | 10100 | 1110 | 111000 | 110111 |
Color Harmonies of #CC694A
Complementary color
Monochromatic Colors of #CC694A
Black with #CC694A
Text Example
Text Example
White with #CC694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC694A; }
p { color: rgb(204,105,74); }
H1.HeaderClassName
{
color: #CC694A;
}
.AnyTagClassName
{
color: #CC694A;
}
</style>
background-color css
<style>
a { background-color: #CC694A; }
a { background-color: rgb(204,105,74); }
div.DivClassName
{
background-color: #CC694A;
}
.BgClassName
{
background-color: #CC694A;
}
</style>
border-color css
<style>
span { border-color: #CC694A; }
span { border-color: rgb(204,105,74); }
td.TdClassName
{
border-color: #CC694A;
}
.TagClassName
{
border-color: #CC694A;
}
</style>