Shades of Red Damask #CF6645
Tints of Red Damask #CF6645
RGB
CMYK
RGB Variations
Color information
#CF6645 (or 0xCF6645) is known color: Red Damask. HEX triplet: CF, 66 and 45. RGB value is (207,102,69). Sum of RGB (Red+Green+Blue) = 207+102+69=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6645 is #3099BA. Grayscale: #818181. Windows color (decimal): -3185083 or 4548303. OLE color: 4548303.
HSL color Cylindrical-coordinate representation of color #CF6645: hue angle of 14.35º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF6645 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 69 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.19 |
| HSL | 14.35º | 0.59% | 0.54% | - |
| HSV(B) | 14.35º | 0.67% | 0.81% | - |
| XYZ | 31.56 | 23.2 | 8.44 | - |
| YUV | 129.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 69 | 0 | 0.51 | 0.67 | 0.19 | 14.35 | 0.59 | 0.54 |
| Hex | CF | 66 | 45 | 0 | 33 | 43 | 13 | E | 3B | 36 |
| Octal | 317 | 146 | 105 | 0 | 63 | 103 | 23 | 16 | 73 | 66 |
| Binary | 11001111 | 1100110 | 1000101 | 0 | 110011 | 1000011 | 10011 | 1110 | 111011 | 110110 |
Color Harmonies of #CF6645
Complementary color
Monochromatic Colors of #CF6645
Black with #CF6645
Text Example
Text Example
White with #CF6645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6645; }
p { color: rgb(207,102,69); }
H1.HeaderClassName
{
color: #CF6645;
}
.AnyTagClassName
{
color: #CF6645;
}
</style>
background-color css
<style>
a { background-color: #CF6645; }
a { background-color: rgb(207,102,69); }
div.DivClassName
{
background-color: #CF6645;
}
.BgClassName
{
background-color: #CF6645;
}
</style>
border-color css
<style>
span { border-color: #CF6645; }
span { border-color: rgb(207,102,69); }
td.TdClassName
{
border-color: #CF6645;
}
.TagClassName
{
border-color: #CF6645;
}
</style>