Shades of Valencia #CE5045
Tints of Valencia #CE5045
RGB
CMYK
RGB Variations
Color information
#CE5045 (or 0xCE5045) is known color: Valencia. HEX triplet: CE, 50 and 45. RGB value is (206,80,69). Sum of RGB (Red+Green+Blue) = 206+80+69=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5045 is #31AFBA. Grayscale: #747474. Windows color (decimal): -3256251 or 4542670. OLE color: 4542670.
HSL color Cylindrical-coordinate representation of color #CE5045: hue angle of 4.82º 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 #CE5045 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 69 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.19 |
| HSL | 4.82º | 0.58% | 0.54% | - |
| HSV(B) | 4.82º | 0.67% | 0.81% | - |
| XYZ | 29.4 | 19.29 | 7.8 | - |
| YUV | 116.42 | 101.24 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 69 | 0 | 0.61 | 0.67 | 0.19 | 4.82 | 0.58 | 0.54 |
| Hex | CE | 50 | 45 | 0 | 3D | 43 | 13 | 5 | 3A | 36 |
| Octal | 316 | 120 | 105 | 0 | 75 | 103 | 23 | 5 | 72 | 66 |
| Binary | 11001110 | 1010000 | 1000101 | 0 | 111101 | 1000011 | 10011 | 101 | 111010 | 110110 |
Color Harmonies of #CE5045
Complementary color
Monochromatic Colors of #CE5045
Black with #CE5045
Text Example
Text Example
White with #CE5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5045; }
p { color: rgb(206,80,69); }
H1.HeaderClassName
{
color: #CE5045;
}
.AnyTagClassName
{
color: #CE5045;
}
</style>
background-color css
<style>
a { background-color: #CE5045; }
a { background-color: rgb(206,80,69); }
div.DivClassName
{
background-color: #CE5045;
}
.BgClassName
{
background-color: #CE5045;
}
</style>
border-color css
<style>
span { border-color: #CE5045; }
span { border-color: rgb(206,80,69); }
td.TdClassName
{
border-color: #CE5045;
}
.TagClassName
{
border-color: #CE5045;
}
</style>