Shades of Red Damask #CF6C4F
Tints of Red Damask #CF6C4F
RGB
CMYK
RGB Variations
Color information
#CF6C4F (or 0xCF6C4F) is known color: Red Damask. HEX triplet: CF, 6C and 4F. RGB value is (207,108,79). Sum of RGB (Red+Green+Blue) = 207+108+79=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C4F is #3093B0. Grayscale: #868686. Windows color (decimal): -3183537 or 5205199. OLE color: 5205199.
HSL color Cylindrical-coordinate representation of color #CF6C4F: hue angle of 13.59º 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 #CF6C4F is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 79 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.19 |
| HSL | 13.59º | 0.57% | 0.56% | - |
| HSV(B) | 13.59º | 0.62% | 0.81% | - |
| XYZ | 32.51 | 24.56 | 10.42 | - |
| YUV | 134.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 79 | 0 | 0.48 | 0.62 | 0.19 | 13.59 | 0.57 | 0.56 |
| Hex | CF | 6C | 4F | 0 | 30 | 3E | 13 | E | 39 | 38 |
| Octal | 317 | 154 | 117 | 0 | 60 | 76 | 23 | 16 | 71 | 70 |
| Binary | 11001111 | 1101100 | 1001111 | 0 | 110000 | 111110 | 10011 | 1110 | 111001 | 111000 |
Color Harmonies of #CF6C4F
Complementary color
Monochromatic Colors of #CF6C4F
Black with #CF6C4F
Text Example
Text Example
White with #CF6C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C4F; }
p { color: rgb(207,108,79); }
H1.HeaderClassName
{
color: #CF6C4F;
}
.AnyTagClassName
{
color: #CF6C4F;
}
</style>
background-color css
<style>
a { background-color: #CF6C4F; }
a { background-color: rgb(207,108,79); }
div.DivClassName
{
background-color: #CF6C4F;
}
.BgClassName
{
background-color: #CF6C4F;
}
</style>
border-color css
<style>
span { border-color: #CF6C4F; }
span { border-color: rgb(207,108,79); }
td.TdClassName
{
border-color: #CF6C4F;
}
.TagClassName
{
border-color: #CF6C4F;
}
</style>