Shades of Valencia #CD544A
Tints of Valencia #CD544A
RGB
CMYK
RGB Variations
Color information
#CD544A (or 0xCD544A) is known color: Valencia. HEX triplet: CD, 54 and 4A. RGB value is (205,84,74). Sum of RGB (Red+Green+Blue) = 205+84+74=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD544A is #32ABB5. Grayscale: #777777. Windows color (decimal): -3320758 or 4871373. OLE color: 4871373.
HSL color Cylindrical-coordinate representation of color #CD544A: hue angle of 4.58º 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 #CD544A is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 84 | 74 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.20 |
| HSL | 4.58º | 0.57% | 0.55% | - |
| HSV(B) | 4.58º | 0.64% | 0.8% | - |
| XYZ | 29.58 | 19.81 | 8.74 | - |
| YUV | 119.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 84 | 74 | 0 | 0.59 | 0.64 | 0.20 | 4.58 | 0.57 | 0.55 |
| Hex | CD | 54 | 4A | 0 | 3B | 40 | 14 | 5 | 39 | 37 |
| Octal | 315 | 124 | 112 | 0 | 73 | 100 | 24 | 5 | 71 | 67 |
| Binary | 11001101 | 1010100 | 1001010 | 0 | 111011 | 1000000 | 10100 | 101 | 111001 | 110111 |
Color Harmonies of #CD544A
Complementary color
Monochromatic Colors of #CD544A
Black with #CD544A
Text Example
Text Example
White with #CD544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD544A; }
p { color: rgb(205,84,74); }
H1.HeaderClassName
{
color: #CD544A;
}
.AnyTagClassName
{
color: #CD544A;
}
</style>
background-color css
<style>
a { background-color: #CD544A; }
a { background-color: rgb(205,84,74); }
div.DivClassName
{
background-color: #CD544A;
}
.BgClassName
{
background-color: #CD544A;
}
</style>
border-color css
<style>
span { border-color: #CD544A; }
span { border-color: rgb(205,84,74); }
td.TdClassName
{
border-color: #CD544A;
}
.TagClassName
{
border-color: #CD544A;
}
</style>