Shades of Red Damask #CF754E
Tints of Red Damask #CF754E
RGB
CMYK
RGB Variations
Color information
#CF754E (or 0xCF754E) is known color: Red Damask. HEX triplet: CF, 75 and 4E. RGB value is (207,117,78). Sum of RGB (Red+Green+Blue) = 207+117+78=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF754E is #308AB1. Grayscale: #8B8B8B. Windows color (decimal): -3181234 or 5141967. OLE color: 5141967.
HSL color Cylindrical-coordinate representation of color #CF754E: hue angle of 18.14º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF754E is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 78 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.19 |
| HSL | 18.14º | 0.57% | 0.56% | - |
| HSV(B) | 18.14º | 0.62% | 0.81% | - |
| XYZ | 33.47 | 26.54 | 10.57 | - |
| YUV | 139.46 | 93.32 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 78 | 0 | 0.43 | 0.62 | 0.19 | 18.14 | 0.57 | 0.56 |
| Hex | CF | 75 | 4E | 0 | 2B | 3E | 13 | 12 | 39 | 38 |
| Octal | 317 | 165 | 116 | 0 | 53 | 76 | 23 | 22 | 71 | 70 |
| Binary | 11001111 | 1110101 | 1001110 | 0 | 101011 | 111110 | 10011 | 10010 | 111001 | 111000 |
Color Harmonies of #CF754E
Complementary color
Monochromatic Colors of #CF754E
Black with #CF754E
Text Example
Text Example
White with #CF754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF754E; }
p { color: rgb(207,117,78); }
H1.HeaderClassName
{
color: #CF754E;
}
.AnyTagClassName
{
color: #CF754E;
}
</style>
background-color css
<style>
a { background-color: #CF754E; }
a { background-color: rgb(207,117,78); }
div.DivClassName
{
background-color: #CF754E;
}
.BgClassName
{
background-color: #CF754E;
}
</style>
border-color css
<style>
span { border-color: #CF754E; }
span { border-color: rgb(207,117,78); }
td.TdClassName
{
border-color: #CF754E;
}
.TagClassName
{
border-color: #CF754E;
}
</style>