Shades of Valencia #CD574C
Tints of Valencia #CD574C
RGB
CMYK
RGB Variations
Color information
#CD574C (or 0xCD574C) is known color: Valencia. HEX triplet: CD, 57 and 4C. RGB value is (205,87,76). Sum of RGB (Red+Green+Blue) = 205+87+76=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD574C is #32A8B3. Grayscale: #797979. Windows color (decimal): -3319988 or 5003213. OLE color: 5003213.
HSL color Cylindrical-coordinate representation of color #CD574C: hue angle of 5.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD574C is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 87 | 76 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.20 |
| HSL | 5.12º | 0.56% | 0.55% | - |
| HSV(B) | 5.12º | 0.63% | 0.8% | - |
| XYZ | 29.89 | 20.32 | 9.18 | - |
| YUV | 121.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 87 | 76 | 0 | 0.58 | 0.63 | 0.20 | 5.12 | 0.56 | 0.55 |
| Hex | CD | 57 | 4C | 0 | 3A | 3F | 14 | 5 | 38 | 37 |
| Octal | 315 | 127 | 114 | 0 | 72 | 77 | 24 | 5 | 70 | 67 |
| Binary | 11001101 | 1010111 | 1001100 | 0 | 111010 | 111111 | 10100 | 101 | 111000 | 110111 |
Color Harmonies of #CD574C
Complementary color
Monochromatic Colors of #CD574C
Black with #CD574C
Text Example
Text Example
White with #CD574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD574C; }
p { color: rgb(205,87,76); }
H1.HeaderClassName
{
color: #CD574C;
}
.AnyTagClassName
{
color: #CD574C;
}
</style>
background-color css
<style>
a { background-color: #CD574C; }
a { background-color: rgb(205,87,76); }
div.DivClassName
{
background-color: #CD574C;
}
.BgClassName
{
background-color: #CD574C;
}
</style>
border-color css
<style>
span { border-color: #CD574C; }
span { border-color: rgb(205,87,76); }
td.TdClassName
{
border-color: #CD574C;
}
.TagClassName
{
border-color: #CD574C;
}
</style>