Shades of Valencia #CD514C
Tints of Valencia #CD514C
RGB
CMYK
RGB Variations
Color information
#CD514C (or 0xCD514C) is known color: Valencia. HEX triplet: CD, 51 and 4C. RGB value is (205,81,76). Sum of RGB (Red+Green+Blue) = 205+81+76=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD514C is #32AEB3. Grayscale: #757575. Windows color (decimal): -3321524 or 5001677. OLE color: 5001677.
HSL color Cylindrical-coordinate representation of color #CD514C: hue angle of 2.33º 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 #CD514C is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 81 | 76 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.20 |
| HSL | 2.33º | 0.56% | 0.55% | - |
| HSV(B) | 2.33º | 0.63% | 0.8% | - |
| XYZ | 29.42 | 19.39 | 9.03 | - |
| YUV | 117.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 81 | 76 | 0 | 0.60 | 0.63 | 0.20 | 2.33 | 0.56 | 0.55 |
| Hex | CD | 51 | 4C | 0 | 3C | 3F | 14 | 2 | 38 | 37 |
| Octal | 315 | 121 | 114 | 0 | 74 | 77 | 24 | 2 | 70 | 67 |
| Binary | 11001101 | 1010001 | 1001100 | 0 | 111100 | 111111 | 10100 | 10 | 111000 | 110111 |
Color Harmonies of #CD514C
Complementary color
Monochromatic Colors of #CD514C
Black with #CD514C
Text Example
Text Example
White with #CD514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD514C; }
p { color: rgb(205,81,76); }
H1.HeaderClassName
{
color: #CD514C;
}
.AnyTagClassName
{
color: #CD514C;
}
</style>
background-color css
<style>
a { background-color: #CD514C; }
a { background-color: rgb(205,81,76); }
div.DivClassName
{
background-color: #CD514C;
}
.BgClassName
{
background-color: #CD514C;
}
</style>
border-color css
<style>
span { border-color: #CD514C; }
span { border-color: rgb(205,81,76); }
td.TdClassName
{
border-color: #CD514C;
}
.TagClassName
{
border-color: #CD514C;
}
</style>