Shades of Valencia #CD554E
Tints of Valencia #CD554E
RGB
CMYK
RGB Variations
Color information
#CD554E (or 0xCD554E) is known color: Valencia. HEX triplet: CD, 55 and 4E. RGB value is (205,85,78). Sum of RGB (Red+Green+Blue) = 205+85+78=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD554E is #32AAB1. Grayscale: #787878. Windows color (decimal): -3320498 or 5133773. OLE color: 5133773.
HSL color Cylindrical-coordinate representation of color #CD554E: hue angle of 3.31º 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 #CD554E is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 85 | 78 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.20 |
| HSL | 3.31º | 0.56% | 0.55% | - |
| HSV(B) | 3.31º | 0.62% | 0.8% | - |
| XYZ | 29.8 | 20.03 | 9.5 | - |
| YUV | 120.08 | 104.26 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 78 | 0 | 0.59 | 0.62 | 0.20 | 3.31 | 0.56 | 0.55 |
| Hex | CD | 55 | 4E | 0 | 3B | 3E | 14 | 3 | 38 | 37 |
| Octal | 315 | 125 | 116 | 0 | 73 | 76 | 24 | 3 | 70 | 67 |
| Binary | 11001101 | 1010101 | 1001110 | 0 | 111011 | 111110 | 10100 | 11 | 111000 | 110111 |
Color Harmonies of #CD554E
Complementary color
Monochromatic Colors of #CD554E
Black with #CD554E
Text Example
Text Example
White with #CD554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD554E; }
p { color: rgb(205,85,78); }
H1.HeaderClassName
{
color: #CD554E;
}
.AnyTagClassName
{
color: #CD554E;
}
</style>
background-color css
<style>
a { background-color: #CD554E; }
a { background-color: rgb(205,85,78); }
div.DivClassName
{
background-color: #CD554E;
}
.BgClassName
{
background-color: #CD554E;
}
</style>
border-color css
<style>
span { border-color: #CD554E; }
span { border-color: rgb(205,85,78); }
td.TdClassName
{
border-color: #CD554E;
}
.TagClassName
{
border-color: #CD554E;
}
</style>