Shades of Valencia #CE524C
Tints of Valencia #CE524C
RGB
CMYK
RGB Variations
Color information
#CE524C (or 0xCE524C) is known color: Valencia. HEX triplet: CE, 52 and 4C. RGB value is (206,82,76). Sum of RGB (Red+Green+Blue) = 206+82+76=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE524C is #31ADB3. Grayscale: #767676. Windows color (decimal): -3255732 or 5001934. OLE color: 5001934.
HSL color Cylindrical-coordinate representation of color #CE524C: hue angle of 2.77º 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 #CE524C is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 76 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.19 |
| HSL | 2.77º | 0.57% | 0.55% | - |
| HSV(B) | 2.77º | 0.63% | 0.81% | - |
| XYZ | 29.78 | 19.68 | 9.07 | - |
| YUV | 118.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 76 | 0 | 0.60 | 0.63 | 0.19 | 2.77 | 0.57 | 0.55 |
| Hex | CE | 52 | 4C | 0 | 3C | 3F | 13 | 3 | 39 | 37 |
| Octal | 316 | 122 | 114 | 0 | 74 | 77 | 23 | 3 | 71 | 67 |
| Binary | 11001110 | 1010010 | 1001100 | 0 | 111100 | 111111 | 10011 | 11 | 111001 | 110111 |
Color Harmonies of #CE524C
Complementary color
Monochromatic Colors of #CE524C
Black with #CE524C
Text Example
Text Example
White with #CE524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE524C; }
p { color: rgb(206,82,76); }
H1.HeaderClassName
{
color: #CE524C;
}
.AnyTagClassName
{
color: #CE524C;
}
</style>
background-color css
<style>
a { background-color: #CE524C; }
a { background-color: rgb(206,82,76); }
div.DivClassName
{
background-color: #CE524C;
}
.BgClassName
{
background-color: #CE524C;
}
</style>
border-color css
<style>
span { border-color: #CE524C; }
span { border-color: rgb(206,82,76); }
td.TdClassName
{
border-color: #CE524C;
}
.TagClassName
{
border-color: #CE524C;
}
</style>