Shades of Valencia #CD584E
Tints of Valencia #CD584E
RGB
CMYK
RGB Variations
Color information
#CD584E (or 0xCD584E) is known color: Valencia. HEX triplet: CD, 58 and 4E. RGB value is (205,88,78). Sum of RGB (Red+Green+Blue) = 205+88+78=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD584E is #32A7B1. Grayscale: #797979. Windows color (decimal): -3319730 or 5134541. OLE color: 5134541.
HSL color Cylindrical-coordinate representation of color #CD584E: hue angle of 4.72º 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 #CD584E is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 88 | 78 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.20 |
| HSL | 4.72º | 0.56% | 0.55% | - |
| HSV(B) | 4.72º | 0.62% | 0.8% | - |
| XYZ | 30.04 | 20.51 | 9.58 | - |
| YUV | 121.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 88 | 78 | 0 | 0.57 | 0.62 | 0.20 | 4.72 | 0.56 | 0.55 |
| Hex | CD | 58 | 4E | 0 | 39 | 3E | 14 | 5 | 38 | 37 |
| Octal | 315 | 130 | 116 | 0 | 71 | 76 | 24 | 5 | 70 | 67 |
| Binary | 11001101 | 1011000 | 1001110 | 0 | 111001 | 111110 | 10100 | 101 | 111000 | 110111 |
Color Harmonies of #CD584E
Complementary color
Monochromatic Colors of #CD584E
Black with #CD584E
Text Example
Text Example
White with #CD584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD584E; }
p { color: rgb(205,88,78); }
H1.HeaderClassName
{
color: #CD584E;
}
.AnyTagClassName
{
color: #CD584E;
}
</style>
background-color css
<style>
a { background-color: #CD584E; }
a { background-color: rgb(205,88,78); }
div.DivClassName
{
background-color: #CD584E;
}
.BgClassName
{
background-color: #CD584E;
}
</style>
border-color css
<style>
span { border-color: #CD584E; }
span { border-color: rgb(205,88,78); }
td.TdClassName
{
border-color: #CD584E;
}
.TagClassName
{
border-color: #CD584E;
}
</style>