Shades of Valencia #CE5752
Tints of Valencia #CE5752
RGB
CMYK
RGB Variations
Color information
#CE5752 (or 0xCE5752) is known color: Valencia. HEX triplet: CE, 57 and 52. RGB value is (206,87,82). Sum of RGB (Red+Green+Blue) = 206+87+82=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5752 is #31A8AD. Grayscale: #7A7A7A. Windows color (decimal): -3254446 or 5396430. OLE color: 5396430.
HSL color Cylindrical-coordinate representation of color #CE5752: hue angle of 2.42º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5752 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 82 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.19 |
| HSL | 2.42º | 0.56% | 0.56% | - |
| HSV(B) | 2.42º | 0.6% | 0.81% | - |
| XYZ | 30.38 | 20.55 | 10.35 | - |
| YUV | 122.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 82 | 0 | 0.58 | 0.60 | 0.19 | 2.42 | 0.56 | 0.56 |
| Hex | CE | 57 | 52 | 0 | 3A | 3C | 13 | 2 | 38 | 38 |
| Octal | 316 | 127 | 122 | 0 | 72 | 74 | 23 | 2 | 70 | 70 |
| Binary | 11001110 | 1010111 | 1010010 | 0 | 111010 | 111100 | 10011 | 10 | 111000 | 111000 |
Color Harmonies of #CE5752
Complementary color
Monochromatic Colors of #CE5752
Black with #CE5752
Text Example
Text Example
White with #CE5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5752; }
p { color: rgb(206,87,82); }
H1.HeaderClassName
{
color: #CE5752;
}
.AnyTagClassName
{
color: #CE5752;
}
</style>
background-color css
<style>
a { background-color: #CE5752; }
a { background-color: rgb(206,87,82); }
div.DivClassName
{
background-color: #CE5752;
}
.BgClassName
{
background-color: #CE5752;
}
</style>
border-color css
<style>
span { border-color: #CE5752; }
span { border-color: rgb(206,87,82); }
td.TdClassName
{
border-color: #CE5752;
}
.TagClassName
{
border-color: #CE5752;
}
</style>