Shades of Aths Special #D5CAB0
Tints of Aths Special #D5CAB0
RGB
CMYK
RGB Variations
Color information
#D5CAB0 (or 0xD5CAB0) is known color: Aths Special. HEX triplet: D5, CA and B0. RGB value is (213,202,176). Sum of RGB (Red+Green+Blue) = 213+202+176=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CAB0 is #2A354F. Grayscale: #CACACA. Windows color (decimal): -2766160 or 11586261. OLE color: 11586261.
HSL color Cylindrical-coordinate representation of color #D5CAB0: hue angle of 42.16º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5CAB0 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 176 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.16 |
| HSL | 42.16º | 0.31% | 0.76% | - |
| HSV(B) | 42.16º | 0.17% | 0.84% | - |
| XYZ | 56.4 | 59.52 | 49.59 | - |
| YUV | 202.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 176 | 0 | 0.05 | 0.17 | 0.16 | 42.16 | 0.31 | 0.76 |
| Hex | D5 | CA | B0 | 0 | 5 | 11 | 10 | 2A | 1F | 4C |
| Octal | 325 | 312 | 260 | 0 | 5 | 21 | 20 | 52 | 37 | 114 |
| Binary | 11010101 | 11001010 | 10110000 | 0 | 101 | 10001 | 10000 | 101010 | 11111 | 1001100 |
Color Harmonies of #D5CAB0
Complementary color
Monochromatic Colors of #D5CAB0
Black with #D5CAB0
Text Example
Text Example
White with #D5CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAB0; }
p { color: rgb(213,202,176); }
H1.HeaderClassName
{
color: #D5CAB0;
}
.AnyTagClassName
{
color: #D5CAB0;
}
</style>
background-color css
<style>
a { background-color: #D5CAB0; }
a { background-color: rgb(213,202,176); }
div.DivClassName
{
background-color: #D5CAB0;
}
.BgClassName
{
background-color: #D5CAB0;
}
</style>
border-color css
<style>
span { border-color: #D5CAB0; }
span { border-color: rgb(213,202,176); }
td.TdClassName
{
border-color: #D5CAB0;
}
.TagClassName
{
border-color: #D5CAB0;
}
</style>