Shades of Valencia #D46052
Tints of Valencia #D46052
RGB
CMYK
RGB Variations
Color information
#D46052 (or 0xD46052) is known color: Valencia. HEX triplet: D4, 60 and 52. RGB value is (212,96,82). Sum of RGB (Red+Green+Blue) = 212+96+82=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D46052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46052 is #2B9FAD. Grayscale: #818181. Windows color (decimal): -2858926 or 5398740. OLE color: 5398740.
HSL color Cylindrical-coordinate representation of color #D46052: hue angle of 6.46º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D46052 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 82 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.17 |
| HSL | 6.46º | 0.6% | 0.58% | - |
| HSV(B) | 6.46º | 0.61% | 0.83% | - |
| XYZ | 32.86 | 22.97 | 10.68 | - |
| YUV | 129.09 | 101.43 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 82 | 0 | 0.55 | 0.61 | 0.17 | 6.46 | 0.6 | 0.58 |
| Hex | D4 | 60 | 52 | 0 | 37 | 3D | 11 | 6 | 3C | 3A |
| Octal | 324 | 140 | 122 | 0 | 67 | 75 | 21 | 6 | 74 | 72 |
| Binary | 11010100 | 1100000 | 1010010 | 0 | 110111 | 111101 | 10001 | 110 | 111100 | 111010 |
Color Harmonies of #D46052
Complementary color
Monochromatic Colors of #D46052
Black with #D46052
Text Example
Text Example
White with #D46052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46052; }
p { color: rgb(212,96,82); }
H1.HeaderClassName
{
color: #D46052;
}
.AnyTagClassName
{
color: #D46052;
}
</style>
background-color css
<style>
a { background-color: #D46052; }
a { background-color: rgb(212,96,82); }
div.DivClassName
{
background-color: #D46052;
}
.BgClassName
{
background-color: #D46052;
}
</style>
border-color css
<style>
span { border-color: #D46052; }
span { border-color: rgb(212,96,82); }
td.TdClassName
{
border-color: #D46052;
}
.TagClassName
{
border-color: #D46052;
}
</style>