Shades of Valencia #CE564F
Tints of Valencia #CE564F
RGB
CMYK
RGB Variations
Color information
#CE564F (or 0xCE564F) is known color: Valencia. HEX triplet: CE, 56 and 4F. RGB value is (206,86,79). Sum of RGB (Red+Green+Blue) = 206+86+79=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE564F is #31A9B0. Grayscale: #797979. Windows color (decimal): -3254705 or 5199566. OLE color: 5199566.
HSL color Cylindrical-coordinate representation of color #CE564F: hue angle of 3.31º degrees, saturation: 0.56, 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 #CE564F is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 79 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.19 |
| HSL | 3.31º | 0.56% | 0.56% | - |
| HSV(B) | 3.31º | 0.62% | 0.81% | - |
| XYZ | 30.19 | 20.34 | 9.73 | - |
| YUV | 121.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 79 | 0 | 0.58 | 0.62 | 0.19 | 3.31 | 0.56 | 0.56 |
| Hex | CE | 56 | 4F | 0 | 3A | 3E | 13 | 3 | 38 | 38 |
| Octal | 316 | 126 | 117 | 0 | 72 | 76 | 23 | 3 | 70 | 70 |
| Binary | 11001110 | 1010110 | 1001111 | 0 | 111010 | 111110 | 10011 | 11 | 111000 | 111000 |
Color Harmonies of #CE564F
Complementary color
Monochromatic Colors of #CE564F
Black with #CE564F
Text Example
Text Example
White with #CE564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE564F; }
p { color: rgb(206,86,79); }
H1.HeaderClassName
{
color: #CE564F;
}
.AnyTagClassName
{
color: #CE564F;
}
</style>
background-color css
<style>
a { background-color: #CE564F; }
a { background-color: rgb(206,86,79); }
div.DivClassName
{
background-color: #CE564F;
}
.BgClassName
{
background-color: #CE564F;
}
</style>
border-color css
<style>
span { border-color: #CE564F; }
span { border-color: rgb(206,86,79); }
td.TdClassName
{
border-color: #CE564F;
}
.TagClassName
{
border-color: #CE564F;
}
</style>