Shades of Valencia #CE5248
Tints of Valencia #CE5248
RGB
CMYK
RGB Variations
Color information
#CE5248 (or 0xCE5248) is known color: Valencia. HEX triplet: CE, 52 and 48. RGB value is (206,82,72). Sum of RGB (Red+Green+Blue) = 206+82+72=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5248 is #31ADB7. Grayscale: #767676. Windows color (decimal): -3255736 or 4739790. OLE color: 4739790.
HSL color Cylindrical-coordinate representation of color #CE5248: hue angle of 4.48º 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 #CE5248 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 72 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.19 |
| HSL | 4.48º | 0.58% | 0.55% | - |
| HSV(B) | 4.48º | 0.65% | 0.81% | - |
| XYZ | 29.64 | 19.62 | 8.36 | - |
| YUV | 117.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 72 | 0 | 0.60 | 0.65 | 0.19 | 4.48 | 0.58 | 0.55 |
| Hex | CE | 52 | 48 | 0 | 3C | 41 | 13 | 4 | 3A | 37 |
| Octal | 316 | 122 | 110 | 0 | 74 | 101 | 23 | 4 | 72 | 67 |
| Binary | 11001110 | 1010010 | 1001000 | 0 | 111100 | 1000001 | 10011 | 100 | 111010 | 110111 |
Color Harmonies of #CE5248
Complementary color
Monochromatic Colors of #CE5248
Black with #CE5248
Text Example
Text Example
White with #CE5248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5248; }
p { color: rgb(206,82,72); }
H1.HeaderClassName
{
color: #CE5248;
}
.AnyTagClassName
{
color: #CE5248;
}
</style>
background-color css
<style>
a { background-color: #CE5248; }
a { background-color: rgb(206,82,72); }
div.DivClassName
{
background-color: #CE5248;
}
.BgClassName
{
background-color: #CE5248;
}
</style>
border-color css
<style>
span { border-color: #CE5248; }
span { border-color: rgb(206,82,72); }
td.TdClassName
{
border-color: #CE5248;
}
.TagClassName
{
border-color: #CE5248;
}
</style>