Shades of Valencia #CD534E
Tints of Valencia #CD534E
RGB
CMYK
RGB Variations
Color information
#CD534E (or 0xCD534E) is known color: Valencia. HEX triplet: CD, 53 and 4E. RGB value is (205,83,78). Sum of RGB (Red+Green+Blue) = 205+83+78=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD534E is #32ACB1. Grayscale: #777777. Windows color (decimal): -3321010 or 5133261. OLE color: 5133261.
HSL color Cylindrical-coordinate representation of color #CD534E: hue angle of 2.36º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD534E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 78 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.20 |
| HSL | 2.36º | 0.56% | 0.55% | - |
| HSV(B) | 2.36º | 0.62% | 0.8% | - |
| XYZ | 29.65 | 19.72 | 9.45 | - |
| YUV | 118.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 78 | 0 | 0.60 | 0.62 | 0.20 | 2.36 | 0.56 | 0.55 |
| Hex | CD | 53 | 4E | 0 | 3C | 3E | 14 | 2 | 38 | 37 |
| Octal | 315 | 123 | 116 | 0 | 74 | 76 | 24 | 2 | 70 | 67 |
| Binary | 11001101 | 1010011 | 1001110 | 0 | 111100 | 111110 | 10100 | 10 | 111000 | 110111 |
Color Harmonies of #CD534E
Complementary color
Monochromatic Colors of #CD534E
Black with #CD534E
Text Example
Text Example
White with #CD534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD534E; }
p { color: rgb(205,83,78); }
H1.HeaderClassName
{
color: #CD534E;
}
.AnyTagClassName
{
color: #CD534E;
}
</style>
background-color css
<style>
a { background-color: #CD534E; }
a { background-color: rgb(205,83,78); }
div.DivClassName
{
background-color: #CD534E;
}
.BgClassName
{
background-color: #CD534E;
}
</style>
border-color css
<style>
span { border-color: #CD534E; }
span { border-color: rgb(205,83,78); }
td.TdClassName
{
border-color: #CD534E;
}
.TagClassName
{
border-color: #CD534E;
}
</style>