Shades of Valencia #CE544D
Tints of Valencia #CE544D
RGB
CMYK
RGB Variations
Color information
#CE544D (or 0xCE544D) is known color: Valencia. HEX triplet: CE, 54 and 4D. RGB value is (206,84,77). Sum of RGB (Red+Green+Blue) = 206+84+77=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE544D is #31ABB2. Grayscale: #777777. Windows color (decimal): -3255219 or 5067982. OLE color: 5067982.
HSL color Cylindrical-coordinate representation of color #CE544D: hue angle of 3.26º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE544D is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 77 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.19 |
| HSL | 3.26º | 0.57% | 0.55% | - |
| HSV(B) | 3.26º | 0.63% | 0.81% | - |
| XYZ | 29.96 | 20 | 9.3 | - |
| YUV | 119.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 77 | 0 | 0.59 | 0.63 | 0.19 | 3.26 | 0.57 | 0.55 |
| Hex | CE | 54 | 4D | 0 | 3B | 3F | 13 | 3 | 39 | 37 |
| Octal | 316 | 124 | 115 | 0 | 73 | 77 | 23 | 3 | 71 | 67 |
| Binary | 11001110 | 1010100 | 1001101 | 0 | 111011 | 111111 | 10011 | 11 | 111001 | 110111 |
Color Harmonies of #CE544D
Complementary color
Monochromatic Colors of #CE544D
Black with #CE544D
Text Example
Text Example
White with #CE544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE544D; }
p { color: rgb(206,84,77); }
H1.HeaderClassName
{
color: #CE544D;
}
.AnyTagClassName
{
color: #CE544D;
}
</style>
background-color css
<style>
a { background-color: #CE544D; }
a { background-color: rgb(206,84,77); }
div.DivClassName
{
background-color: #CE544D;
}
.BgClassName
{
background-color: #CE544D;
}
</style>
border-color css
<style>
span { border-color: #CE544D; }
span { border-color: rgb(206,84,77); }
td.TdClassName
{
border-color: #CE544D;
}
.TagClassName
{
border-color: #CE544D;
}
</style>