Shades of Valencia #CD5549
Tints of Valencia #CD5549
RGB
CMYK
RGB Variations
Color information
#CD5549 (or 0xCD5549) is known color: Valencia. HEX triplet: CD, 55 and 49. RGB value is (205,85,73). Sum of RGB (Red+Green+Blue) = 205+85+73=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5549 is #32AAB6. Grayscale: #777777. Windows color (decimal): -3320503 or 4806093. OLE color: 4806093.
HSL color Cylindrical-coordinate representation of color #CD5549: hue angle of 5.45º 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 #CD5549 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 85 | 73 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.20 |
| HSL | 5.45º | 0.57% | 0.55% | - |
| HSV(B) | 5.45º | 0.64% | 0.8% | - |
| XYZ | 29.63 | 19.96 | 8.59 | - |
| YUV | 119.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 73 | 0 | 0.59 | 0.64 | 0.20 | 5.45 | 0.57 | 0.55 |
| Hex | CD | 55 | 49 | 0 | 3B | 40 | 14 | 5 | 39 | 37 |
| Octal | 315 | 125 | 111 | 0 | 73 | 100 | 24 | 5 | 71 | 67 |
| Binary | 11001101 | 1010101 | 1001001 | 0 | 111011 | 1000000 | 10100 | 101 | 111001 | 110111 |
Color Harmonies of #CD5549
Complementary color
Monochromatic Colors of #CD5549
Black with #CD5549
Text Example
Text Example
White with #CD5549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5549; }
p { color: rgb(205,85,73); }
H1.HeaderClassName
{
color: #CD5549;
}
.AnyTagClassName
{
color: #CD5549;
}
</style>
background-color css
<style>
a { background-color: #CD5549; }
a { background-color: rgb(205,85,73); }
div.DivClassName
{
background-color: #CD5549;
}
.BgClassName
{
background-color: #CD5549;
}
</style>
border-color css
<style>
span { border-color: #CD5549; }
span { border-color: rgb(205,85,73); }
td.TdClassName
{
border-color: #CD5549;
}
.TagClassName
{
border-color: #CD5549;
}
</style>