Shades of Red Damask #CF764C
Tints of Red Damask #CF764C
RGB
CMYK
RGB Variations
Color information
#CF764C (or 0xCF764C) is known color: Red Damask. HEX triplet: CF, 76 and 4C. RGB value is (207,118,76). Sum of RGB (Red+Green+Blue) = 207+118+76=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF764C is #3089B3. Grayscale: #8C8C8C. Windows color (decimal): -3180980 or 5011151. OLE color: 5011151.
HSL color Cylindrical-coordinate representation of color #CF764C: hue angle of 19.24º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF764C is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 76 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.19 |
| HSL | 19.24º | 0.58% | 0.55% | - |
| HSV(B) | 19.24º | 0.63% | 0.81% | - |
| XYZ | 33.52 | 26.74 | 10.23 | - |
| YUV | 139.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 76 | 0 | 0.43 | 0.63 | 0.19 | 19.24 | 0.58 | 0.55 |
| Hex | CF | 76 | 4C | 0 | 2B | 3F | 13 | 13 | 3A | 37 |
| Octal | 317 | 166 | 114 | 0 | 53 | 77 | 23 | 23 | 72 | 67 |
| Binary | 11001111 | 1110110 | 1001100 | 0 | 101011 | 111111 | 10011 | 10011 | 111010 | 110111 |
Color Harmonies of #CF764C
Complementary color
Monochromatic Colors of #CF764C
Black with #CF764C
Text Example
Text Example
White with #CF764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF764C; }
p { color: rgb(207,118,76); }
H1.HeaderClassName
{
color: #CF764C;
}
.AnyTagClassName
{
color: #CF764C;
}
</style>
background-color css
<style>
a { background-color: #CF764C; }
a { background-color: rgb(207,118,76); }
div.DivClassName
{
background-color: #CF764C;
}
.BgClassName
{
background-color: #CF764C;
}
</style>
border-color css
<style>
span { border-color: #CF764C; }
span { border-color: rgb(207,118,76); }
td.TdClassName
{
border-color: #CF764C;
}
.TagClassName
{
border-color: #CF764C;
}
</style>