Shades of Valencia #CE5C51
Tints of Valencia #CE5C51
RGB
CMYK
RGB Variations
Color information
#CE5C51 (or 0xCE5C51) is known color: Valencia. HEX triplet: CE, 5C and 51. RGB value is (206,92,81). Sum of RGB (Red+Green+Blue) = 206+92+81=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C51 is #31A3AE. Grayscale: #7C7C7C. Windows color (decimal): -3253167 or 5332174. OLE color: 5332174.
HSL color Cylindrical-coordinate representation of color #CE5C51: hue angle of 5.28º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5C51 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 81 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.19 |
| HSL | 5.28º | 0.56% | 0.56% | - |
| HSV(B) | 5.28º | 0.61% | 0.81% | - |
| XYZ | 30.77 | 21.37 | 10.29 | - |
| YUV | 124.83 | 103.27 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 81 | 0 | 0.55 | 0.61 | 0.19 | 5.28 | 0.56 | 0.56 |
| Hex | CE | 5C | 51 | 0 | 37 | 3D | 13 | 5 | 38 | 38 |
| Octal | 316 | 134 | 121 | 0 | 67 | 75 | 23 | 5 | 70 | 70 |
| Binary | 11001110 | 1011100 | 1010001 | 0 | 110111 | 111101 | 10011 | 101 | 111000 | 111000 |
Color Harmonies of #CE5C51
Complementary color
Monochromatic Colors of #CE5C51
Black with #CE5C51
Text Example
Text Example
White with #CE5C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C51; }
p { color: rgb(206,92,81); }
H1.HeaderClassName
{
color: #CE5C51;
}
.AnyTagClassName
{
color: #CE5C51;
}
</style>
background-color css
<style>
a { background-color: #CE5C51; }
a { background-color: rgb(206,92,81); }
div.DivClassName
{
background-color: #CE5C51;
}
.BgClassName
{
background-color: #CE5C51;
}
</style>
border-color css
<style>
span { border-color: #CE5C51; }
span { border-color: rgb(206,92,81); }
td.TdClassName
{
border-color: #CE5C51;
}
.TagClassName
{
border-color: #CE5C51;
}
</style>