Shades of Valencia #CE5C52
Tints of Valencia #CE5C52
RGB
CMYK
RGB Variations
Color information
#CE5C52 (or 0xCE5C52) is known color: Valencia. HEX triplet: CE, 5C and 52. RGB value is (206,92,82). Sum of RGB (Red+Green+Blue) = 206+92+82=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C52 is #31A3AD. Grayscale: #7D7D7D. Windows color (decimal): -3253166 or 5397710. OLE color: 5397710.
HSL color Cylindrical-coordinate representation of color #CE5C52: hue angle of 4.84º 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 #CE5C52 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 82 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.19 |
| HSL | 4.84º | 0.56% | 0.56% | - |
| HSV(B) | 4.84º | 0.6% | 0.81% | - |
| XYZ | 30.8 | 21.39 | 10.49 | - |
| YUV | 124.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 82 | 0 | 0.55 | 0.60 | 0.19 | 4.84 | 0.56 | 0.56 |
| Hex | CE | 5C | 52 | 0 | 37 | 3C | 13 | 5 | 38 | 38 |
| Octal | 316 | 134 | 122 | 0 | 67 | 74 | 23 | 5 | 70 | 70 |
| Binary | 11001110 | 1011100 | 1010010 | 0 | 110111 | 111100 | 10011 | 101 | 111000 | 111000 |
Color Harmonies of #CE5C52
Complementary color
Monochromatic Colors of #CE5C52
Black with #CE5C52
Text Example
Text Example
White with #CE5C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C52; }
p { color: rgb(206,92,82); }
H1.HeaderClassName
{
color: #CE5C52;
}
.AnyTagClassName
{
color: #CE5C52;
}
</style>
background-color css
<style>
a { background-color: #CE5C52; }
a { background-color: rgb(206,92,82); }
div.DivClassName
{
background-color: #CE5C52;
}
.BgClassName
{
background-color: #CE5C52;
}
</style>
border-color css
<style>
span { border-color: #CE5C52; }
span { border-color: rgb(206,92,82); }
td.TdClassName
{
border-color: #CE5C52;
}
.TagClassName
{
border-color: #CE5C52;
}
</style>