Shades of Valencia #CE4E47
Tints of Valencia #CE4E47
RGB
CMYK
RGB Variations
Color information
#CE4E47 (or 0xCE4E47) is known color: Valencia. HEX triplet: CE, 4E and 47. RGB value is (206,78,71). Sum of RGB (Red+Green+Blue) = 206+78+71=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4E47 is #31B1B8. Grayscale: #737373. Windows color (decimal): -3256761 or 4673230. OLE color: 4673230.
HSL color Cylindrical-coordinate representation of color #CE4E47: hue angle of 3.11º 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 #CE4E47 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 71 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.19 |
| HSL | 3.11º | 0.58% | 0.54% | - |
| HSV(B) | 3.11º | 0.66% | 0.81% | - |
| XYZ | 29.32 | 19.03 | 8.09 | - |
| YUV | 115.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 71 | 0 | 0.62 | 0.66 | 0.19 | 3.11 | 0.58 | 0.54 |
| Hex | CE | 4E | 47 | 0 | 3E | 42 | 13 | 3 | 3A | 36 |
| Octal | 316 | 116 | 107 | 0 | 76 | 102 | 23 | 3 | 72 | 66 |
| Binary | 11001110 | 1001110 | 1000111 | 0 | 111110 | 1000010 | 10011 | 11 | 111010 | 110110 |
Color Harmonies of #CE4E47
Complementary color
Monochromatic Colors of #CE4E47
Black with #CE4E47
Text Example
Text Example
White with #CE4E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E47; }
p { color: rgb(206,78,71); }
H1.HeaderClassName
{
color: #CE4E47;
}
.AnyTagClassName
{
color: #CE4E47;
}
</style>
background-color css
<style>
a { background-color: #CE4E47; }
a { background-color: rgb(206,78,71); }
div.DivClassName
{
background-color: #CE4E47;
}
.BgClassName
{
background-color: #CE4E47;
}
</style>
border-color css
<style>
span { border-color: #CE4E47; }
span { border-color: rgb(206,78,71); }
td.TdClassName
{
border-color: #CE4E47;
}
.TagClassName
{
border-color: #CE4E47;
}
</style>