Shades of Valencia #CE524E
Tints of Valencia #CE524E
RGB
CMYK
RGB Variations
Color information
#CE524E (or 0xCE524E) is known color: Valencia. HEX triplet: CE, 52 and 4E. RGB value is (206,82,78). Sum of RGB (Red+Green+Blue) = 206+82+78=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE524E is #31ADB1. Grayscale: #767676. Windows color (decimal): -3255730 or 5133006. OLE color: 5133006.
HSL color Cylindrical-coordinate representation of color #CE524E: hue angle of 1.88º 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 #CE524E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 78 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.19 |
| HSL | 1.88º | 0.57% | 0.56% | - |
| HSV(B) | 1.88º | 0.62% | 0.81% | - |
| XYZ | 29.85 | 19.71 | 9.44 | - |
| YUV | 118.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 78 | 0 | 0.60 | 0.62 | 0.19 | 1.88 | 0.57 | 0.56 |
| Hex | CE | 52 | 4E | 0 | 3C | 3E | 13 | 2 | 39 | 38 |
| Octal | 316 | 122 | 116 | 0 | 74 | 76 | 23 | 2 | 71 | 70 |
| Binary | 11001110 | 1010010 | 1001110 | 0 | 111100 | 111110 | 10011 | 10 | 111001 | 111000 |
Color Harmonies of #CE524E
Complementary color
Monochromatic Colors of #CE524E
Black with #CE524E
Text Example
Text Example
White with #CE524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE524E; }
p { color: rgb(206,82,78); }
H1.HeaderClassName
{
color: #CE524E;
}
.AnyTagClassName
{
color: #CE524E;
}
</style>
background-color css
<style>
a { background-color: #CE524E; }
a { background-color: rgb(206,82,78); }
div.DivClassName
{
background-color: #CE524E;
}
.BgClassName
{
background-color: #CE524E;
}
</style>
border-color css
<style>
span { border-color: #CE524E; }
span { border-color: rgb(206,82,78); }
td.TdClassName
{
border-color: #CE524E;
}
.TagClassName
{
border-color: #CE524E;
}
</style>