Shades of Valencia #CE5C50
Tints of Valencia #CE5C50
RGB
CMYK
RGB Variations
Color information
#CE5C50 (or 0xCE5C50) is known color: Valencia. HEX triplet: CE, 5C and 50. RGB value is (206,92,80). Sum of RGB (Red+Green+Blue) = 206+92+80=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C50 is #31A3AF. Grayscale: #7C7C7C. Windows color (decimal): -3253168 or 5266638. OLE color: 5266638.
HSL color Cylindrical-coordinate representation of color #CE5C50: hue angle of 5.71º 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 #CE5C50 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 80 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.19 |
| HSL | 5.71º | 0.56% | 0.56% | - |
| HSV(B) | 5.71º | 0.61% | 0.81% | - |
| XYZ | 30.73 | 21.36 | 10.09 | - |
| YUV | 124.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 80 | 0 | 0.55 | 0.61 | 0.19 | 5.71 | 0.56 | 0.56 |
| Hex | CE | 5C | 50 | 0 | 37 | 3D | 13 | 6 | 38 | 38 |
| Octal | 316 | 134 | 120 | 0 | 67 | 75 | 23 | 6 | 70 | 70 |
| Binary | 11001110 | 1011100 | 1010000 | 0 | 110111 | 111101 | 10011 | 110 | 111000 | 111000 |
Color Harmonies of #CE5C50
Complementary color
Monochromatic Colors of #CE5C50
Black with #CE5C50
Text Example
Text Example
White with #CE5C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C50; }
p { color: rgb(206,92,80); }
H1.HeaderClassName
{
color: #CE5C50;
}
.AnyTagClassName
{
color: #CE5C50;
}
</style>
background-color css
<style>
a { background-color: #CE5C50; }
a { background-color: rgb(206,92,80); }
div.DivClassName
{
background-color: #CE5C50;
}
.BgClassName
{
background-color: #CE5C50;
}
</style>
border-color css
<style>
span { border-color: #CE5C50; }
span { border-color: rgb(206,92,80); }
td.TdClassName
{
border-color: #CE5C50;
}
.TagClassName
{
border-color: #CE5C50;
}
</style>