Shades of Valencia #CE524F
Tints of Valencia #CE524F
RGB
CMYK
RGB Variations
Color information
#CE524F (or 0xCE524F) is known color: Valencia. HEX triplet: CE, 52 and 4F. RGB value is (206,82,79). Sum of RGB (Red+Green+Blue) = 206+82+79=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE524F is #31ADB0. Grayscale: #767676. Windows color (decimal): -3255729 or 5198542. OLE color: 5198542.
HSL color Cylindrical-coordinate representation of color #CE524F: hue angle of 1.42º degrees, saturation: 0.56, 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 #CE524F is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 79 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.19 |
| HSL | 1.42º | 0.56% | 0.56% | - |
| HSV(B) | 1.42º | 0.62% | 0.81% | - |
| XYZ | 29.88 | 19.72 | 9.63 | - |
| YUV | 118.73 | 105.58 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 79 | 0 | 0.60 | 0.62 | 0.19 | 1.42 | 0.56 | 0.56 |
| Hex | CE | 52 | 4F | 0 | 3C | 3E | 13 | 1 | 38 | 38 |
| Octal | 316 | 122 | 117 | 0 | 74 | 76 | 23 | 1 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1001111 | 0 | 111100 | 111110 | 10011 | 1 | 111000 | 111000 |
Color Harmonies of #CE524F
Complementary color
Monochromatic Colors of #CE524F
Black with #CE524F
Text Example
Text Example
White with #CE524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE524F; }
p { color: rgb(206,82,79); }
H1.HeaderClassName
{
color: #CE524F;
}
.AnyTagClassName
{
color: #CE524F;
}
</style>
background-color css
<style>
a { background-color: #CE524F; }
a { background-color: rgb(206,82,79); }
div.DivClassName
{
background-color: #CE524F;
}
.BgClassName
{
background-color: #CE524F;
}
</style>
border-color css
<style>
span { border-color: #CE524F; }
span { border-color: rgb(206,82,79); }
td.TdClassName
{
border-color: #CE524F;
}
.TagClassName
{
border-color: #CE524F;
}
</style>