Shades of Valencia #CE5047
Tints of Valencia #CE5047
RGB
CMYK
RGB Variations
Color information
#CE5047 (or 0xCE5047) is known color: Valencia. HEX triplet: CE, 50 and 47. RGB value is (206,80,71). Sum of RGB (Red+Green+Blue) = 206+80+71=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5047 is #31AFB8. Grayscale: #747474. Windows color (decimal): -3256249 or 4673742. OLE color: 4673742.
HSL color Cylindrical-coordinate representation of color #CE5047: hue angle of 4º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE5047 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 71 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.19 |
| HSL | 4º | 0.58% | 0.54% | - |
| HSV(B) | 4º | 0.66% | 0.81% | - |
| XYZ | 29.46 | 19.31 | 8.14 | - |
| YUV | 116.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 71 | 0 | 0.61 | 0.66 | 0.19 | 4 | 0.58 | 0.54 |
| Hex | CE | 50 | 47 | 0 | 3D | 42 | 13 | 4 | 3A | 36 |
| Octal | 316 | 120 | 107 | 0 | 75 | 102 | 23 | 4 | 72 | 66 |
| Binary | 11001110 | 1010000 | 1000111 | 0 | 111101 | 1000010 | 10011 | 100 | 111010 | 110110 |
Color Harmonies of #CE5047
Complementary color
Monochromatic Colors of #CE5047
Black with #CE5047
Text Example
Text Example
White with #CE5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5047; }
p { color: rgb(206,80,71); }
H1.HeaderClassName
{
color: #CE5047;
}
.AnyTagClassName
{
color: #CE5047;
}
</style>
background-color css
<style>
a { background-color: #CE5047; }
a { background-color: rgb(206,80,71); }
div.DivClassName
{
background-color: #CE5047;
}
.BgClassName
{
background-color: #CE5047;
}
</style>
border-color css
<style>
span { border-color: #CE5047; }
span { border-color: rgb(206,80,71); }
td.TdClassName
{
border-color: #CE5047;
}
.TagClassName
{
border-color: #CE5047;
}
</style>