Shades of Red Damask #CF684A
Tints of Red Damask #CF684A
RGB
CMYK
RGB Variations
Color information
#CF684A (or 0xCF684A) is known color: Red Damask. HEX triplet: CF, 68 and 4A. RGB value is (207,104,74). Sum of RGB (Red+Green+Blue) = 207+104+74=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF684A is #3097B5. Grayscale: #838383. Windows color (decimal): -3184566 or 4876495. OLE color: 4876495.
HSL color Cylindrical-coordinate representation of color #CF684A: hue angle of 13.53º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF684A is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 74 | - |
| CMYK | 0 | 0.50 | 0.64 | 0.19 |
| HSL | 13.53º | 0.58% | 0.55% | - |
| HSV(B) | 13.53º | 0.64% | 0.81% | - |
| XYZ | 31.92 | 23.66 | 9.36 | - |
| YUV | 131.38 | 95.62 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 74 | 0 | 0.50 | 0.64 | 0.19 | 13.53 | 0.58 | 0.55 |
| Hex | CF | 68 | 4A | 0 | 32 | 40 | 13 | E | 3A | 37 |
| Octal | 317 | 150 | 112 | 0 | 62 | 100 | 23 | 16 | 72 | 67 |
| Binary | 11001111 | 1101000 | 1001010 | 0 | 110010 | 1000000 | 10011 | 1110 | 111010 | 110111 |
Color Harmonies of #CF684A
Complementary color
Monochromatic Colors of #CF684A
Black with #CF684A
Text Example
Text Example
White with #CF684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF684A; }
p { color: rgb(207,104,74); }
H1.HeaderClassName
{
color: #CF684A;
}
.AnyTagClassName
{
color: #CF684A;
}
</style>
background-color css
<style>
a { background-color: #CF684A; }
a { background-color: rgb(207,104,74); }
div.DivClassName
{
background-color: #CF684A;
}
.BgClassName
{
background-color: #CF684A;
}
</style>
border-color css
<style>
span { border-color: #CF684A; }
span { border-color: rgb(207,104,74); }
td.TdClassName
{
border-color: #CF684A;
}
.TagClassName
{
border-color: #CF684A;
}
</style>