Shades of Red Damask #CF6A50
Tints of Red Damask #CF6A50
RGB
CMYK
RGB Variations
Color information
#CF6A50 (or 0xCF6A50) is known color: Red Damask. HEX triplet: CF, 6A and 50. RGB value is (207,106,80). Sum of RGB (Red+Green+Blue) = 207+106+80=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A50 is #3095AF. Grayscale: #858585. Windows color (decimal): -3184048 or 5270223. OLE color: 5270223.
HSL color Cylindrical-coordinate representation of color #CF6A50: hue angle of 12.28º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF6A50 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 80 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.19 |
| HSL | 12.28º | 0.57% | 0.56% | - |
| HSV(B) | 12.28º | 0.61% | 0.81% | - |
| XYZ | 32.33 | 24.15 | 10.55 | - |
| YUV | 133.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 80 | 0 | 0.49 | 0.61 | 0.19 | 12.28 | 0.57 | 0.56 |
| Hex | CF | 6A | 50 | 0 | 31 | 3D | 13 | C | 39 | 38 |
| Octal | 317 | 152 | 120 | 0 | 61 | 75 | 23 | 14 | 71 | 70 |
| Binary | 11001111 | 1101010 | 1010000 | 0 | 110001 | 111101 | 10011 | 1100 | 111001 | 111000 |
Color Harmonies of #CF6A50
Complementary color
Monochromatic Colors of #CF6A50
Black with #CF6A50
Text Example
Text Example
White with #CF6A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A50; }
p { color: rgb(207,106,80); }
H1.HeaderClassName
{
color: #CF6A50;
}
.AnyTagClassName
{
color: #CF6A50;
}
</style>
background-color css
<style>
a { background-color: #CF6A50; }
a { background-color: rgb(207,106,80); }
div.DivClassName
{
background-color: #CF6A50;
}
.BgClassName
{
background-color: #CF6A50;
}
</style>
border-color css
<style>
span { border-color: #CF6A50; }
span { border-color: rgb(207,106,80); }
td.TdClassName
{
border-color: #CF6A50;
}
.TagClassName
{
border-color: #CF6A50;
}
</style>