Shades of Valencia #CE5D4E
Tints of Valencia #CE5D4E
RGB
CMYK
RGB Variations
Color information
#CE5D4E (or 0xCE5D4E) is known color: Valencia. HEX triplet: CE, 5D and 4E. RGB value is (206,93,78). Sum of RGB (Red+Green+Blue) = 206+93+78=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D4E is #31A2B1. Grayscale: #7D7D7D. Windows color (decimal): -3252914 or 5135822. OLE color: 5135822.
HSL color Cylindrical-coordinate representation of color #CE5D4E: hue angle of 7.03º degrees, saturation: 0.57, 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 #CE5D4E is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 78 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.19 |
| HSL | 7.03º | 0.57% | 0.56% | - |
| HSV(B) | 7.03º | 0.62% | 0.81% | - |
| XYZ | 30.74 | 21.5 | 9.74 | - |
| YUV | 125.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 78 | 0 | 0.55 | 0.62 | 0.19 | 7.03 | 0.57 | 0.56 |
| Hex | CE | 5D | 4E | 0 | 37 | 3E | 13 | 7 | 39 | 38 |
| Octal | 316 | 135 | 116 | 0 | 67 | 76 | 23 | 7 | 71 | 70 |
| Binary | 11001110 | 1011101 | 1001110 | 0 | 110111 | 111110 | 10011 | 111 | 111001 | 111000 |
Color Harmonies of #CE5D4E
Complementary color
Monochromatic Colors of #CE5D4E
Black with #CE5D4E
Text Example
Text Example
White with #CE5D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D4E; }
p { color: rgb(206,93,78); }
H1.HeaderClassName
{
color: #CE5D4E;
}
.AnyTagClassName
{
color: #CE5D4E;
}
</style>
background-color css
<style>
a { background-color: #CE5D4E; }
a { background-color: rgb(206,93,78); }
div.DivClassName
{
background-color: #CE5D4E;
}
.BgClassName
{
background-color: #CE5D4E;
}
</style>
border-color css
<style>
span { border-color: #CE5D4E; }
span { border-color: rgb(206,93,78); }
td.TdClassName
{
border-color: #CE5D4E;
}
.TagClassName
{
border-color: #CE5D4E;
}
</style>