Shades of Valencia #CE5850
Tints of Valencia #CE5850
RGB
CMYK
RGB Variations
Color information
#CE5850 (or 0xCE5850) is known color: Valencia. HEX triplet: CE, 58 and 50. RGB value is (206,88,80). Sum of RGB (Red+Green+Blue) = 206+88+80=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5850 is #31A7AF. Grayscale: #7A7A7A. Windows color (decimal): -3254192 or 5265614. OLE color: 5265614.
HSL color Cylindrical-coordinate representation of color #CE5850: hue angle of 3.81º 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 #CE5850 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 80 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.19 |
| HSL | 3.81º | 0.56% | 0.56% | - |
| HSV(B) | 3.81º | 0.61% | 0.81% | - |
| XYZ | 30.39 | 20.68 | 9.98 | - |
| YUV | 122.37 | 104.09 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 80 | 0 | 0.57 | 0.61 | 0.19 | 3.81 | 0.56 | 0.56 |
| Hex | CE | 58 | 50 | 0 | 39 | 3D | 13 | 4 | 38 | 38 |
| Octal | 316 | 130 | 120 | 0 | 71 | 75 | 23 | 4 | 70 | 70 |
| Binary | 11001110 | 1011000 | 1010000 | 0 | 111001 | 111101 | 10011 | 100 | 111000 | 111000 |
Color Harmonies of #CE5850
Complementary color
Monochromatic Colors of #CE5850
Black with #CE5850
Text Example
Text Example
White with #CE5850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5850; }
p { color: rgb(206,88,80); }
H1.HeaderClassName
{
color: #CE5850;
}
.AnyTagClassName
{
color: #CE5850;
}
</style>
background-color css
<style>
a { background-color: #CE5850; }
a { background-color: rgb(206,88,80); }
div.DivClassName
{
background-color: #CE5850;
}
.BgClassName
{
background-color: #CE5850;
}
</style>
border-color css
<style>
span { border-color: #CE5850; }
span { border-color: rgb(206,88,80); }
td.TdClassName
{
border-color: #CE5850;
}
.TagClassName
{
border-color: #CE5850;
}
</style>