Shades of Valencia #CE5249
Tints of Valencia #CE5249
RGB
CMYK
RGB Variations
Color information
#CE5249 (or 0xCE5249) is known color: Valencia. HEX triplet: CE, 52 and 49. RGB value is (206,82,73). Sum of RGB (Red+Green+Blue) = 206+82+73=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5249 is #31ADB6. Grayscale: #767676. Windows color (decimal): -3255735 or 4805326. OLE color: 4805326.
HSL color Cylindrical-coordinate representation of color #CE5249: hue angle of 4.06º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE5249 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 73 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.19 |
| HSL | 4.06º | 0.58% | 0.55% | - |
| HSV(B) | 4.06º | 0.65% | 0.81% | - |
| XYZ | 29.67 | 19.64 | 8.53 | - |
| YUV | 118.05 | 102.58 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 73 | 0 | 0.60 | 0.65 | 0.19 | 4.06 | 0.58 | 0.55 |
| Hex | CE | 52 | 49 | 0 | 3C | 41 | 13 | 4 | 3A | 37 |
| Octal | 316 | 122 | 111 | 0 | 74 | 101 | 23 | 4 | 72 | 67 |
| Binary | 11001110 | 1010010 | 1001001 | 0 | 111100 | 1000001 | 10011 | 100 | 111010 | 110111 |
Color Harmonies of #CE5249
Complementary color
Monochromatic Colors of #CE5249
Black with #CE5249
Text Example
Text Example
White with #CE5249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5249; }
p { color: rgb(206,82,73); }
H1.HeaderClassName
{
color: #CE5249;
}
.AnyTagClassName
{
color: #CE5249;
}
</style>
background-color css
<style>
a { background-color: #CE5249; }
a { background-color: rgb(206,82,73); }
div.DivClassName
{
background-color: #CE5249;
}
.BgClassName
{
background-color: #CE5249;
}
</style>
border-color css
<style>
span { border-color: #CE5249; }
span { border-color: rgb(206,82,73); }
td.TdClassName
{
border-color: #CE5249;
}
.TagClassName
{
border-color: #CE5249;
}
</style>