Shades of Valencia #CE5B51
Tints of Valencia #CE5B51
RGB
CMYK
RGB Variations
Color information
#CE5B51 (or 0xCE5B51) is known color: Valencia. HEX triplet: CE, 5B and 51. RGB value is (206,91,81). Sum of RGB (Red+Green+Blue) = 206+91+81=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B51 is #31A4AE. Grayscale: #7C7C7C. Windows color (decimal): -3253423 or 5331918. OLE color: 5331918.
HSL color Cylindrical-coordinate representation of color #CE5B51: hue angle of 4.8º 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 #CE5B51 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 81 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.19 |
| HSL | 4.8º | 0.56% | 0.56% | - |
| HSV(B) | 4.8º | 0.61% | 0.81% | - |
| XYZ | 30.68 | 21.2 | 10.26 | - |
| YUV | 124.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 81 | 0 | 0.56 | 0.61 | 0.19 | 4.8 | 0.56 | 0.56 |
| Hex | CE | 5B | 51 | 0 | 38 | 3D | 13 | 5 | 38 | 38 |
| Octal | 316 | 133 | 121 | 0 | 70 | 75 | 23 | 5 | 70 | 70 |
| Binary | 11001110 | 1011011 | 1010001 | 0 | 111000 | 111101 | 10011 | 101 | 111000 | 111000 |
Color Harmonies of #CE5B51
Complementary color
Monochromatic Colors of #CE5B51
Black with #CE5B51
Text Example
Text Example
White with #CE5B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B51; }
p { color: rgb(206,91,81); }
H1.HeaderClassName
{
color: #CE5B51;
}
.AnyTagClassName
{
color: #CE5B51;
}
</style>
background-color css
<style>
a { background-color: #CE5B51; }
a { background-color: rgb(206,91,81); }
div.DivClassName
{
background-color: #CE5B51;
}
.BgClassName
{
background-color: #CE5B51;
}
</style>
border-color css
<style>
span { border-color: #CE5B51; }
span { border-color: rgb(206,91,81); }
td.TdClassName
{
border-color: #CE5B51;
}
.TagClassName
{
border-color: #CE5B51;
}
</style>