Shades of Valencia #CE4D45
Tints of Valencia #CE4D45
RGB
CMYK
RGB Variations
Color information
#CE4D45 (or 0xCE4D45) is known color: Valencia. HEX triplet: CE, 4D and 45. RGB value is (206,77,69). Sum of RGB (Red+Green+Blue) = 206+77+69=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D45 is #31B2BA. Grayscale: #727272. Windows color (decimal): -3257019 or 4541902. OLE color: 4541902.
HSL color Cylindrical-coordinate representation of color #CE4D45: hue angle of 3.5º 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 #CE4D45 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 69 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.19 |
| HSL | 3.5º | 0.58% | 0.54% | - |
| HSV(B) | 3.5º | 0.67% | 0.81% | - |
| XYZ | 29.18 | 18.86 | 7.73 | - |
| YUV | 114.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 69 | 0 | 0.63 | 0.67 | 0.19 | 3.5 | 0.58 | 0.54 |
| Hex | CE | 4D | 45 | 0 | 3F | 43 | 13 | 4 | 3A | 36 |
| Octal | 316 | 115 | 105 | 0 | 77 | 103 | 23 | 4 | 72 | 66 |
| Binary | 11001110 | 1001101 | 1000101 | 0 | 111111 | 1000011 | 10011 | 100 | 111010 | 110110 |
Color Harmonies of #CE4D45
Complementary color
Monochromatic Colors of #CE4D45
Black with #CE4D45
Text Example
Text Example
White with #CE4D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4D45; }
p { color: rgb(206,77,69); }
H1.HeaderClassName
{
color: #CE4D45;
}
.AnyTagClassName
{
color: #CE4D45;
}
</style>
background-color css
<style>
a { background-color: #CE4D45; }
a { background-color: rgb(206,77,69); }
div.DivClassName
{
background-color: #CE4D45;
}
.BgClassName
{
background-color: #CE4D45;
}
</style>
border-color css
<style>
span { border-color: #CE4D45; }
span { border-color: rgb(206,77,69); }
td.TdClassName
{
border-color: #CE4D45;
}
.TagClassName
{
border-color: #CE4D45;
}
</style>