Shades of Valencia #CE4E4D
Tints of Valencia #CE4E4D
RGB
CMYK
RGB Variations
Color information
#CE4E4D (or 0xCE4E4D) is known color: Valencia. HEX triplet: CE, 4E and 4D. RGB value is (206,78,77). Sum of RGB (Red+Green+Blue) = 206+78+77=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E4D is #31B1B2. Grayscale: #747474. Windows color (decimal): -3256755 or 5066446. OLE color: 5066446.
HSL color Cylindrical-coordinate representation of color #CE4E4D: hue angle of 0.47º 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 #CE4E4D is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 77 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.19 |
| HSL | 0.47º | 0.57% | 0.55% | - |
| HSV(B) | 0.47º | 0.63% | 0.81% | - |
| XYZ | 29.52 | 19.11 | 9.15 | - |
| YUV | 116.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 77 | 0 | 0.62 | 0.63 | 0.19 | 0.47 | 0.57 | 0.55 |
| Hex | CE | 4E | 4D | 0 | 3E | 3F | 13 | 0 | 39 | 37 |
| Octal | 316 | 116 | 115 | 0 | 76 | 77 | 23 | 0 | 71 | 67 |
| Binary | 11001110 | 1001110 | 1001101 | 0 | 111110 | 111111 | 10011 | 0 | 111001 | 110111 |
Color Harmonies of #CE4E4D
Complementary color
Monochromatic Colors of #CE4E4D
Black with #CE4E4D
Text Example
Text Example
White with #CE4E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E4D; }
p { color: rgb(206,78,77); }
H1.HeaderClassName
{
color: #CE4E4D;
}
.AnyTagClassName
{
color: #CE4E4D;
}
</style>
background-color css
<style>
a { background-color: #CE4E4D; }
a { background-color: rgb(206,78,77); }
div.DivClassName
{
background-color: #CE4E4D;
}
.BgClassName
{
background-color: #CE4E4D;
}
</style>
border-color css
<style>
span { border-color: #CE4E4D; }
span { border-color: rgb(206,78,77); }
td.TdClassName
{
border-color: #CE4E4D;
}
.TagClassName
{
border-color: #CE4E4D;
}
</style>