Shades of Valencia #CF564E
Tints of Valencia #CF564E
RGB
CMYK
RGB Variations
Color information
#CF564E (or 0xCF564E) is known color: Valencia. HEX triplet: CF, 56 and 4E. RGB value is (207,86,78). Sum of RGB (Red+Green+Blue) = 207+86+78=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF564E is #30A9B1. Grayscale: #797979. Windows color (decimal): -3189170 or 5134031. OLE color: 5134031.
HSL color Cylindrical-coordinate representation of color #CF564E: hue angle of 3.72º 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 #CF564E is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 78 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.19 |
| HSL | 3.72º | 0.57% | 0.56% | - |
| HSV(B) | 3.72º | 0.62% | 0.81% | - |
| XYZ | 30.44 | 20.47 | 9.55 | - |
| YUV | 121.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 78 | 0 | 0.58 | 0.62 | 0.19 | 3.72 | 0.57 | 0.56 |
| Hex | CF | 56 | 4E | 0 | 3A | 3E | 13 | 4 | 39 | 38 |
| Octal | 317 | 126 | 116 | 0 | 72 | 76 | 23 | 4 | 71 | 70 |
| Binary | 11001111 | 1010110 | 1001110 | 0 | 111010 | 111110 | 10011 | 100 | 111001 | 111000 |
Color Harmonies of #CF564E
Complementary color
Monochromatic Colors of #CF564E
Black with #CF564E
Text Example
Text Example
White with #CF564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF564E; }
p { color: rgb(207,86,78); }
H1.HeaderClassName
{
color: #CF564E;
}
.AnyTagClassName
{
color: #CF564E;
}
</style>
background-color css
<style>
a { background-color: #CF564E; }
a { background-color: rgb(207,86,78); }
div.DivClassName
{
background-color: #CF564E;
}
.BgClassName
{
background-color: #CF564E;
}
</style>
border-color css
<style>
span { border-color: #CF564E; }
span { border-color: rgb(207,86,78); }
td.TdClassName
{
border-color: #CF564E;
}
.TagClassName
{
border-color: #CF564E;
}
</style>