Shades of Valencia #CE554A
Tints of Valencia #CE554A
RGB
CMYK
RGB Variations
Color information
#CE554A (or 0xCE554A) is known color: Valencia. HEX triplet: CE, 55 and 4A. RGB value is (206,85,74). Sum of RGB (Red+Green+Blue) = 206+85+74=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE554A is #31AAB5. Grayscale: #787878. Windows color (decimal): -3254966 or 4871630. OLE color: 4871630.
HSL color Cylindrical-coordinate representation of color #CE554A: hue angle of 5º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE554A is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 74 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.19 |
| HSL | 5º | 0.57% | 0.55% | - |
| HSV(B) | 5º | 0.64% | 0.81% | - |
| XYZ | 29.94 | 20.11 | 8.78 | - |
| YUV | 119.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 74 | 0 | 0.59 | 0.64 | 0.19 | 5 | 0.57 | 0.55 |
| Hex | CE | 55 | 4A | 0 | 3B | 40 | 13 | 5 | 39 | 37 |
| Octal | 316 | 125 | 112 | 0 | 73 | 100 | 23 | 5 | 71 | 67 |
| Binary | 11001110 | 1010101 | 1001010 | 0 | 111011 | 1000000 | 10011 | 101 | 111001 | 110111 |
Color Harmonies of #CE554A
Complementary color
Monochromatic Colors of #CE554A
Black with #CE554A
Text Example
Text Example
White with #CE554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE554A; }
p { color: rgb(206,85,74); }
H1.HeaderClassName
{
color: #CE554A;
}
.AnyTagClassName
{
color: #CE554A;
}
</style>
background-color css
<style>
a { background-color: #CE554A; }
a { background-color: rgb(206,85,74); }
div.DivClassName
{
background-color: #CE554A;
}
.BgClassName
{
background-color: #CE554A;
}
</style>
border-color css
<style>
span { border-color: #CE554A; }
span { border-color: rgb(206,85,74); }
td.TdClassName
{
border-color: #CE554A;
}
.TagClassName
{
border-color: #CE554A;
}
</style>