Shades of Valencia #CD504C
Tints of Valencia #CD504C
RGB
CMYK
RGB Variations
Color information
#CD504C (or 0xCD504C) is known color: Valencia. HEX triplet: CD, 50 and 4C. RGB value is (205,80,76). Sum of RGB (Red+Green+Blue) = 205+80+76=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD504C is #32AFB3. Grayscale: #757575. Windows color (decimal): -3321780 or 5001421. OLE color: 5001421.
HSL color Cylindrical-coordinate representation of color #CD504C: hue angle of 1.86º 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 #CD504C is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 76 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.20 |
| HSL | 1.86º | 0.56% | 0.55% | - |
| HSV(B) | 1.86º | 0.63% | 0.8% | - |
| XYZ | 29.35 | 19.24 | 9 | - |
| YUV | 116.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 76 | 0 | 0.61 | 0.63 | 0.20 | 1.86 | 0.56 | 0.55 |
| Hex | CD | 50 | 4C | 0 | 3D | 3F | 14 | 2 | 38 | 37 |
| Octal | 315 | 120 | 114 | 0 | 75 | 77 | 24 | 2 | 70 | 67 |
| Binary | 11001101 | 1010000 | 1001100 | 0 | 111101 | 111111 | 10100 | 10 | 111000 | 110111 |
Color Harmonies of #CD504C
Complementary color
Monochromatic Colors of #CD504C
Black with #CD504C
Text Example
Text Example
White with #CD504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD504C; }
p { color: rgb(205,80,76); }
H1.HeaderClassName
{
color: #CD504C;
}
.AnyTagClassName
{
color: #CD504C;
}
</style>
background-color css
<style>
a { background-color: #CD504C; }
a { background-color: rgb(205,80,76); }
div.DivClassName
{
background-color: #CD504C;
}
.BgClassName
{
background-color: #CD504C;
}
</style>
border-color css
<style>
span { border-color: #CD504C; }
span { border-color: rgb(205,80,76); }
td.TdClassName
{
border-color: #CD504C;
}
.TagClassName
{
border-color: #CD504C;
}
</style>