Shades of Valencia #CE4F45
Tints of Valencia #CE4F45
RGB
CMYK
RGB Variations
Color information
#CE4F45 (or 0xCE4F45) is known color: Valencia. HEX triplet: CE, 4F and 45. RGB value is (206,79,69). Sum of RGB (Red+Green+Blue) = 206+79+69=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4F45 is #31B0BA. Grayscale: #747474. Windows color (decimal): -3256507 or 4542414. OLE color: 4542414.
HSL color Cylindrical-coordinate representation of color #CE4F45: hue angle of 4.38º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4F45 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 69 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.19 |
| HSL | 4.38º | 0.58% | 0.54% | - |
| HSV(B) | 4.38º | 0.67% | 0.81% | - |
| XYZ | 29.32 | 19.14 | 7.78 | - |
| YUV | 115.83 | 101.58 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 69 | 0 | 0.62 | 0.67 | 0.19 | 4.38 | 0.58 | 0.54 |
| Hex | CE | 4F | 45 | 0 | 3E | 43 | 13 | 4 | 3A | 36 |
| Octal | 316 | 117 | 105 | 0 | 76 | 103 | 23 | 4 | 72 | 66 |
| Binary | 11001110 | 1001111 | 1000101 | 0 | 111110 | 1000011 | 10011 | 100 | 111010 | 110110 |
Color Harmonies of #CE4F45
Complementary color
Monochromatic Colors of #CE4F45
Black with #CE4F45
Text Example
Text Example
White with #CE4F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F45; }
p { color: rgb(206,79,69); }
H1.HeaderClassName
{
color: #CE4F45;
}
.AnyTagClassName
{
color: #CE4F45;
}
</style>
background-color css
<style>
a { background-color: #CE4F45; }
a { background-color: rgb(206,79,69); }
div.DivClassName
{
background-color: #CE4F45;
}
.BgClassName
{
background-color: #CE4F45;
}
</style>
border-color css
<style>
span { border-color: #CE4F45; }
span { border-color: rgb(206,79,69); }
td.TdClassName
{
border-color: #CE4F45;
}
.TagClassName
{
border-color: #CE4F45;
}
</style>