Shades of Valencia #CF564C
Tints of Valencia #CF564C
RGB
CMYK
RGB Variations
Color information
#CF564C (or 0xCF564C) is known color: Valencia. HEX triplet: CF, 56 and 4C. RGB value is (207,86,76). Sum of RGB (Red+Green+Blue) = 207+86+76=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF564C is #30A9B3. Grayscale: #797979. Windows color (decimal): -3189172 or 5002959. OLE color: 5002959.
HSL color Cylindrical-coordinate representation of color #CF564C: hue angle of 4.58º 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 #CF564C is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 76 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.19 |
| HSL | 4.58º | 0.58% | 0.55% | - |
| HSV(B) | 4.58º | 0.63% | 0.81% | - |
| XYZ | 30.36 | 20.44 | 9.18 | - |
| YUV | 121.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 76 | 0 | 0.58 | 0.63 | 0.19 | 4.58 | 0.58 | 0.55 |
| Hex | CF | 56 | 4C | 0 | 3A | 3F | 13 | 5 | 3A | 37 |
| Octal | 317 | 126 | 114 | 0 | 72 | 77 | 23 | 5 | 72 | 67 |
| Binary | 11001111 | 1010110 | 1001100 | 0 | 111010 | 111111 | 10011 | 101 | 111010 | 110111 |
Color Harmonies of #CF564C
Complementary color
Monochromatic Colors of #CF564C
Black with #CF564C
Text Example
Text Example
White with #CF564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF564C; }
p { color: rgb(207,86,76); }
H1.HeaderClassName
{
color: #CF564C;
}
.AnyTagClassName
{
color: #CF564C;
}
</style>
background-color css
<style>
a { background-color: #CF564C; }
a { background-color: rgb(207,86,76); }
div.DivClassName
{
background-color: #CF564C;
}
.BgClassName
{
background-color: #CF564C;
}
</style>
border-color css
<style>
span { border-color: #CF564C; }
span { border-color: rgb(207,86,76); }
td.TdClassName
{
border-color: #CF564C;
}
.TagClassName
{
border-color: #CF564C;
}
</style>