Shades of Aths Special #D5CBB6
Tints of Aths Special #D5CBB6
RGB
CMYK
RGB Variations
Color information
#D5CBB6 (or 0xD5CBB6) is known color: Aths Special. HEX triplet: D5, CB and B6. RGB value is (213,203,182). Sum of RGB (Red+Green+Blue) = 213+203+182=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBB6 is #2A3449. Grayscale: #CBCBCB. Windows color (decimal): -2765898 or 11979733. OLE color: 11979733.
HSL color Cylindrical-coordinate representation of color #D5CBB6: hue angle of 40.65º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CBB6 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 182 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.16 |
| HSL | 40.65º | 0.27% | 0.77% | - |
| HSV(B) | 40.65º | 0.15% | 0.84% | - |
| XYZ | 57.24 | 60.24 | 52.87 | - |
| YUV | 203.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 182 | 0 | 0.05 | 0.15 | 0.16 | 40.65 | 0.27 | 0.77 |
| Hex | D5 | CB | B6 | 0 | 5 | F | 10 | 29 | 1B | 4D |
| Octal | 325 | 313 | 266 | 0 | 5 | 17 | 20 | 51 | 33 | 115 |
| Binary | 11010101 | 11001011 | 10110110 | 0 | 101 | 1111 | 10000 | 101001 | 11011 | 1001101 |
Color Harmonies of #D5CBB6
Complementary color
Monochromatic Colors of #D5CBB6
Black with #D5CBB6
Text Example
Text Example
White with #D5CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBB6; }
p { color: rgb(213,203,182); }
H1.HeaderClassName
{
color: #D5CBB6;
}
.AnyTagClassName
{
color: #D5CBB6;
}
</style>
background-color css
<style>
a { background-color: #D5CBB6; }
a { background-color: rgb(213,203,182); }
div.DivClassName
{
background-color: #D5CBB6;
}
.BgClassName
{
background-color: #D5CBB6;
}
</style>
border-color css
<style>
span { border-color: #D5CBB6; }
span { border-color: rgb(213,203,182); }
td.TdClassName
{
border-color: #D5CBB6;
}
.TagClassName
{
border-color: #D5CBB6;
}
</style>