Shades of Valencia #CE534E
Tints of Valencia #CE534E
RGB
CMYK
RGB Variations
Color information
#CE534E (or 0xCE534E) is known color: Valencia. HEX triplet: CE, 53 and 4E. RGB value is (206,83,78). Sum of RGB (Red+Green+Blue) = 206+83+78=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE534E is #31ACB1. Grayscale: #777777. Windows color (decimal): -3255474 or 5133262. OLE color: 5133262.
HSL color Cylindrical-coordinate representation of color #CE534E: hue angle of 2.34º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE534E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 78 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.19 |
| HSL | 2.34º | 0.57% | 0.56% | - |
| HSV(B) | 2.34º | 0.62% | 0.81% | - |
| XYZ | 29.92 | 19.86 | 9.46 | - |
| YUV | 119.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 78 | 0 | 0.60 | 0.62 | 0.19 | 2.34 | 0.57 | 0.56 |
| Hex | CE | 53 | 4E | 0 | 3C | 3E | 13 | 2 | 39 | 38 |
| Octal | 316 | 123 | 116 | 0 | 74 | 76 | 23 | 2 | 71 | 70 |
| Binary | 11001110 | 1010011 | 1001110 | 0 | 111100 | 111110 | 10011 | 10 | 111001 | 111000 |
Color Harmonies of #CE534E
Complementary color
Monochromatic Colors of #CE534E
Black with #CE534E
Text Example
Text Example
White with #CE534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE534E; }
p { color: rgb(206,83,78); }
H1.HeaderClassName
{
color: #CE534E;
}
.AnyTagClassName
{
color: #CE534E;
}
</style>
background-color css
<style>
a { background-color: #CE534E; }
a { background-color: rgb(206,83,78); }
div.DivClassName
{
background-color: #CE534E;
}
.BgClassName
{
background-color: #CE534E;
}
</style>
border-color css
<style>
span { border-color: #CE534E; }
span { border-color: rgb(206,83,78); }
td.TdClassName
{
border-color: #CE534E;
}
.TagClassName
{
border-color: #CE534E;
}
</style>