Shades of Red Damask #CF6643
Tints of Red Damask #CF6643
RGB
CMYK
RGB Variations
Color information
#CF6643 (or 0xCF6643) is known color: Red Damask. HEX triplet: CF, 66 and 43. RGB value is (207,102,67). Sum of RGB (Red+Green+Blue) = 207+102+67=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6643 is #3099BC. Grayscale: #818181. Windows color (decimal): -3185085 or 4417231. OLE color: 4417231.
HSL color Cylindrical-coordinate representation of color #CF6643: hue angle of 15º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF6643 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 67 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.19 |
| HSL | 15º | 0.59% | 0.54% | - |
| HSV(B) | 15º | 0.68% | 0.81% | - |
| XYZ | 31.5 | 23.17 | 8.12 | - |
| YUV | 129.41 | 92.79 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 67 | 0 | 0.51 | 0.68 | 0.19 | 15 | 0.59 | 0.54 |
| Hex | CF | 66 | 43 | 0 | 33 | 44 | 13 | F | 3B | 36 |
| Octal | 317 | 146 | 103 | 0 | 63 | 104 | 23 | 17 | 73 | 66 |
| Binary | 11001111 | 1100110 | 1000011 | 0 | 110011 | 1000100 | 10011 | 1111 | 111011 | 110110 |
Color Harmonies of #CF6643
Complementary color
Monochromatic Colors of #CF6643
Black with #CF6643
Text Example
Text Example
White with #CF6643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6643; }
p { color: rgb(207,102,67); }
H1.HeaderClassName
{
color: #CF6643;
}
.AnyTagClassName
{
color: #CF6643;
}
</style>
background-color css
<style>
a { background-color: #CF6643; }
a { background-color: rgb(207,102,67); }
div.DivClassName
{
background-color: #CF6643;
}
.BgClassName
{
background-color: #CF6643;
}
</style>
border-color css
<style>
span { border-color: #CF6643; }
span { border-color: rgb(207,102,67); }
td.TdClassName
{
border-color: #CF6643;
}
.TagClassName
{
border-color: #CF6643;
}
</style>