Shades of Valencia #CE5451
Tints of Valencia #CE5451
RGB
CMYK
RGB Variations
Color information
#CE5451 (or 0xCE5451) is known color: Valencia. HEX triplet: CE, 54 and 51. RGB value is (206,84,81). Sum of RGB (Red+Green+Blue) = 206+84+81=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5451 is #31ABAE. Grayscale: #787878. Windows color (decimal): -3255215 or 5330126. OLE color: 5330126.
HSL color Cylindrical-coordinate representation of color #CE5451: hue angle of 1.44º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5451 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 81 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.19 |
| HSL | 1.44º | 0.56% | 0.56% | - |
| HSV(B) | 1.44º | 0.61% | 0.81% | - |
| XYZ | 30.11 | 20.06 | 10.07 | - |
| YUV | 120.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 81 | 0 | 0.59 | 0.61 | 0.19 | 1.44 | 0.56 | 0.56 |
| Hex | CE | 54 | 51 | 0 | 3B | 3D | 13 | 1 | 38 | 38 |
| Octal | 316 | 124 | 121 | 0 | 73 | 75 | 23 | 1 | 70 | 70 |
| Binary | 11001110 | 1010100 | 1010001 | 0 | 111011 | 111101 | 10011 | 1 | 111000 | 111000 |
Color Harmonies of #CE5451
Complementary color
Monochromatic Colors of #CE5451
Black with #CE5451
Text Example
Text Example
White with #CE5451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5451; }
p { color: rgb(206,84,81); }
H1.HeaderClassName
{
color: #CE5451;
}
.AnyTagClassName
{
color: #CE5451;
}
</style>
background-color css
<style>
a { background-color: #CE5451; }
a { background-color: rgb(206,84,81); }
div.DivClassName
{
background-color: #CE5451;
}
.BgClassName
{
background-color: #CE5451;
}
</style>
border-color css
<style>
span { border-color: #CE5451; }
span { border-color: rgb(206,84,81); }
td.TdClassName
{
border-color: #CE5451;
}
.TagClassName
{
border-color: #CE5451;
}
</style>