Shades of Valencia #CD564A
Tints of Valencia #CD564A
RGB
CMYK
RGB Variations
Color information
#CD564A (or 0xCD564A) is known color: Valencia. HEX triplet: CD, 56 and 4A. RGB value is (205,86,74). Sum of RGB (Red+Green+Blue) = 205+86+74=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD564A is #32A9B5. Grayscale: #787878. Windows color (decimal): -3320246 or 4871885. OLE color: 4871885.
HSL color Cylindrical-coordinate representation of color #CD564A: hue angle of 5.5º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD564A is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 86 | 74 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.20 |
| HSL | 5.5º | 0.57% | 0.55% | - |
| HSV(B) | 5.5º | 0.64% | 0.8% | - |
| XYZ | 29.74 | 20.13 | 8.8 | - |
| YUV | 120.21 | 101.92 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 86 | 74 | 0 | 0.58 | 0.64 | 0.20 | 5.5 | 0.57 | 0.55 |
| Hex | CD | 56 | 4A | 0 | 3A | 40 | 14 | 5 | 39 | 37 |
| Octal | 315 | 126 | 112 | 0 | 72 | 100 | 24 | 5 | 71 | 67 |
| Binary | 11001101 | 1010110 | 1001010 | 0 | 111010 | 1000000 | 10100 | 101 | 111001 | 110111 |
Color Harmonies of #CD564A
Complementary color
Monochromatic Colors of #CD564A
Black with #CD564A
Text Example
Text Example
White with #CD564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD564A; }
p { color: rgb(205,86,74); }
H1.HeaderClassName
{
color: #CD564A;
}
.AnyTagClassName
{
color: #CD564A;
}
</style>
background-color css
<style>
a { background-color: #CD564A; }
a { background-color: rgb(205,86,74); }
div.DivClassName
{
background-color: #CD564A;
}
.BgClassName
{
background-color: #CD564A;
}
</style>
border-color css
<style>
span { border-color: #CD564A; }
span { border-color: rgb(205,86,74); }
td.TdClassName
{
border-color: #CD564A;
}
.TagClassName
{
border-color: #CD564A;
}
</style>