Shades of Valencia #CE534D
Tints of Valencia #CE534D
RGB
CMYK
RGB Variations
Color information
#CE534D (or 0xCE534D) is known color: Valencia. HEX triplet: CE, 53 and 4D. RGB value is (206,83,77). Sum of RGB (Red+Green+Blue) = 206+83+77=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE534D is #31ACB2. Grayscale: #777777. Windows color (decimal): -3255475 or 5067726. OLE color: 5067726.
HSL color Cylindrical-coordinate representation of color #CE534D: hue angle of 2.79º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE534D is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 77 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.19 |
| HSL | 2.79º | 0.57% | 0.55% | - |
| HSV(B) | 2.79º | 0.63% | 0.81% | - |
| XYZ | 29.89 | 19.84 | 9.28 | - |
| YUV | 119.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 77 | 0 | 0.60 | 0.63 | 0.19 | 2.79 | 0.57 | 0.55 |
| Hex | CE | 53 | 4D | 0 | 3C | 3F | 13 | 3 | 39 | 37 |
| Octal | 316 | 123 | 115 | 0 | 74 | 77 | 23 | 3 | 71 | 67 |
| Binary | 11001110 | 1010011 | 1001101 | 0 | 111100 | 111111 | 10011 | 11 | 111001 | 110111 |
Color Harmonies of #CE534D
Complementary color
Monochromatic Colors of #CE534D
Black with #CE534D
Text Example
Text Example
White with #CE534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE534D; }
p { color: rgb(206,83,77); }
H1.HeaderClassName
{
color: #CE534D;
}
.AnyTagClassName
{
color: #CE534D;
}
</style>
background-color css
<style>
a { background-color: #CE534D; }
a { background-color: rgb(206,83,77); }
div.DivClassName
{
background-color: #CE534D;
}
.BgClassName
{
background-color: #CE534D;
}
</style>
border-color css
<style>
span { border-color: #CE534D; }
span { border-color: rgb(206,83,77); }
td.TdClassName
{
border-color: #CE534D;
}
.TagClassName
{
border-color: #CE534D;
}
</style>