Shades of Valencia #CE544F
Tints of Valencia #CE544F
RGB
CMYK
RGB Variations
Color information
#CE544F (or 0xCE544F) is known color: Valencia. HEX triplet: CE, 54 and 4F. RGB value is (206,84,79). Sum of RGB (Red+Green+Blue) = 206+84+79=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE544F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE544F is #31ABB0. Grayscale: #787878. Windows color (decimal): -3255217 or 5199054. OLE color: 5199054.
HSL color Cylindrical-coordinate representation of color #CE544F: hue angle of 2.36º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE544F is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 79 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.19 |
| HSL | 2.36º | 0.56% | 0.56% | - |
| HSV(B) | 2.36º | 0.62% | 0.81% | - |
| XYZ | 30.04 | 20.03 | 9.68 | - |
| YUV | 119.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 79 | 0 | 0.59 | 0.62 | 0.19 | 2.36 | 0.56 | 0.56 |
| Hex | CE | 54 | 4F | 0 | 3B | 3E | 13 | 2 | 38 | 38 |
| Octal | 316 | 124 | 117 | 0 | 73 | 76 | 23 | 2 | 70 | 70 |
| Binary | 11001110 | 1010100 | 1001111 | 0 | 111011 | 111110 | 10011 | 10 | 111000 | 111000 |
Color Harmonies of #CE544F
Complementary color
Monochromatic Colors of #CE544F
Black with #CE544F
Text Example
Text Example
White with #CE544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE544F; }
p { color: rgb(206,84,79); }
H1.HeaderClassName
{
color: #CE544F;
}
.AnyTagClassName
{
color: #CE544F;
}
</style>
background-color css
<style>
a { background-color: #CE544F; }
a { background-color: rgb(206,84,79); }
div.DivClassName
{
background-color: #CE544F;
}
.BgClassName
{
background-color: #CE544F;
}
</style>
border-color css
<style>
span { border-color: #CE544F; }
span { border-color: rgb(206,84,79); }
td.TdClassName
{
border-color: #CE544F;
}
.TagClassName
{
border-color: #CE544F;
}
</style>