Shades of Valencia #CD564E
Tints of Valencia #CD564E
RGB
CMYK
RGB Variations
Color information
#CD564E (or 0xCD564E) is known color: Valencia. HEX triplet: CD, 56 and 4E. RGB value is (205,86,78). Sum of RGB (Red+Green+Blue) = 205+86+78=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD564E is #32A9B1. Grayscale: #787878. Windows color (decimal): -3320242 or 5134029. OLE color: 5134029.
HSL color Cylindrical-coordinate representation of color #CD564E: hue angle of 3.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD564E is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 86 | 78 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.20 |
| HSL | 3.78º | 0.56% | 0.55% | - |
| HSV(B) | 3.78º | 0.62% | 0.8% | - |
| XYZ | 29.88 | 20.18 | 9.53 | - |
| YUV | 120.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 86 | 78 | 0 | 0.58 | 0.62 | 0.20 | 3.78 | 0.56 | 0.55 |
| Hex | CD | 56 | 4E | 0 | 3A | 3E | 14 | 4 | 38 | 37 |
| Octal | 315 | 126 | 116 | 0 | 72 | 76 | 24 | 4 | 70 | 67 |
| Binary | 11001101 | 1010110 | 1001110 | 0 | 111010 | 111110 | 10100 | 100 | 111000 | 110111 |
Color Harmonies of #CD564E
Complementary color
Monochromatic Colors of #CD564E
Black with #CD564E
Text Example
Text Example
White with #CD564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD564E; }
p { color: rgb(205,86,78); }
H1.HeaderClassName
{
color: #CD564E;
}
.AnyTagClassName
{
color: #CD564E;
}
</style>
background-color css
<style>
a { background-color: #CD564E; }
a { background-color: rgb(205,86,78); }
div.DivClassName
{
background-color: #CD564E;
}
.BgClassName
{
background-color: #CD564E;
}
</style>
border-color css
<style>
span { border-color: #CD564E; }
span { border-color: rgb(205,86,78); }
td.TdClassName
{
border-color: #CD564E;
}
.TagClassName
{
border-color: #CD564E;
}
</style>