Shades of Valencia #CD534D
Tints of Valencia #CD534D
RGB
CMYK
RGB Variations
Color information
#CD534D (or 0xCD534D) is known color: Valencia. HEX triplet: CD, 53 and 4D. RGB value is (205,83,77). Sum of RGB (Red+Green+Blue) = 205+83+77=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD534D is #32ACB2. Grayscale: #767676. Windows color (decimal): -3321011 or 5067725. OLE color: 5067725.
HSL color Cylindrical-coordinate representation of color #CD534D: hue angle of 2.81º 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 #CD534D is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 77 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.20 |
| HSL | 2.81º | 0.56% | 0.55% | - |
| HSV(B) | 2.81º | 0.62% | 0.8% | - |
| XYZ | 29.61 | 19.7 | 9.26 | - |
| YUV | 118.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 77 | 0 | 0.60 | 0.62 | 0.20 | 2.81 | 0.56 | 0.55 |
| Hex | CD | 53 | 4D | 0 | 3C | 3E | 14 | 3 | 38 | 37 |
| Octal | 315 | 123 | 115 | 0 | 74 | 76 | 24 | 3 | 70 | 67 |
| Binary | 11001101 | 1010011 | 1001101 | 0 | 111100 | 111110 | 10100 | 11 | 111000 | 110111 |
Color Harmonies of #CD534D
Complementary color
Monochromatic Colors of #CD534D
Black with #CD534D
Text Example
Text Example
White with #CD534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD534D; }
p { color: rgb(205,83,77); }
H1.HeaderClassName
{
color: #CD534D;
}
.AnyTagClassName
{
color: #CD534D;
}
</style>
background-color css
<style>
a { background-color: #CD534D; }
a { background-color: rgb(205,83,77); }
div.DivClassName
{
background-color: #CD534D;
}
.BgClassName
{
background-color: #CD534D;
}
</style>
border-color css
<style>
span { border-color: #CD534D; }
span { border-color: rgb(205,83,77); }
td.TdClassName
{
border-color: #CD534D;
}
.TagClassName
{
border-color: #CD534D;
}
</style>