Shades of Red Damask #CF6F4F
Tints of Red Damask #CF6F4F
RGB
CMYK
RGB Variations
Color information
#CF6F4F (or 0xCF6F4F) is known color: Red Damask. HEX triplet: CF, 6F and 4F. RGB value is (207,111,79). Sum of RGB (Red+Green+Blue) = 207+111+79=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F4F is #3090B0. Grayscale: #888888. Windows color (decimal): -3182769 or 5205967. OLE color: 5205967.
HSL color Cylindrical-coordinate representation of color #CF6F4F: hue angle of 15º 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 #CF6F4F is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 79 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.19 |
| HSL | 15º | 0.57% | 0.56% | - |
| HSV(B) | 15º | 0.62% | 0.81% | - |
| XYZ | 32.83 | 25.2 | 10.53 | - |
| YUV | 136.06 | 95.8 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 79 | 0 | 0.46 | 0.62 | 0.19 | 15 | 0.57 | 0.56 |
| Hex | CF | 6F | 4F | 0 | 2E | 3E | 13 | F | 39 | 38 |
| Octal | 317 | 157 | 117 | 0 | 56 | 76 | 23 | 17 | 71 | 70 |
| Binary | 11001111 | 1101111 | 1001111 | 0 | 101110 | 111110 | 10011 | 1111 | 111001 | 111000 |
Color Harmonies of #CF6F4F
Complementary color
Monochromatic Colors of #CF6F4F
Black with #CF6F4F
Text Example
Text Example
White with #CF6F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F4F; }
p { color: rgb(207,111,79); }
H1.HeaderClassName
{
color: #CF6F4F;
}
.AnyTagClassName
{
color: #CF6F4F;
}
</style>
background-color css
<style>
a { background-color: #CF6F4F; }
a { background-color: rgb(207,111,79); }
div.DivClassName
{
background-color: #CF6F4F;
}
.BgClassName
{
background-color: #CF6F4F;
}
</style>
border-color css
<style>
span { border-color: #CF6F4F; }
span { border-color: rgb(207,111,79); }
td.TdClassName
{
border-color: #CF6F4F;
}
.TagClassName
{
border-color: #CF6F4F;
}
</style>