Shades of Aths Special #D0CABB
Tints of Aths Special #D0CABB
RGB
CMYK
RGB Variations
Color information
#D0CABB (or 0xD0CABB) is known color: Aths Special. HEX triplet: D0, CA and BB. RGB value is (208,202,187). Sum of RGB (Red+Green+Blue) = 208+202+187=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CABB is #2F3544. Grayscale: #CACACA. Windows color (decimal): -3093829 or 12307152. OLE color: 12307152.
HSL color Cylindrical-coordinate representation of color #D0CABB: hue angle of 42.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0CABB is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 187 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.18 |
| HSL | 42.86º | 0.18% | 0.77% | - |
| HSV(B) | 42.86º | 0.1% | 0.82% | - |
| XYZ | 56.1 | 59.24 | 55.49 | - |
| YUV | 202.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 187 | 0 | 0.03 | 0.10 | 0.18 | 42.86 | 0.18 | 0.77 |
| Hex | D0 | CA | BB | 0 | 3 | A | 12 | 2B | 12 | 4D |
| Octal | 320 | 312 | 273 | 0 | 3 | 12 | 22 | 53 | 22 | 115 |
| Binary | 11010000 | 11001010 | 10111011 | 0 | 11 | 1010 | 10010 | 101011 | 10010 | 1001101 |
Color Harmonies of #D0CABB
Complementary color
Monochromatic Colors of #D0CABB
Black with #D0CABB
Text Example
Text Example
White with #D0CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CABB; }
p { color: rgb(208,202,187); }
H1.HeaderClassName
{
color: #D0CABB;
}
.AnyTagClassName
{
color: #D0CABB;
}
</style>
background-color css
<style>
a { background-color: #D0CABB; }
a { background-color: rgb(208,202,187); }
div.DivClassName
{
background-color: #D0CABB;
}
.BgClassName
{
background-color: #D0CABB;
}
</style>
border-color css
<style>
span { border-color: #D0CABB; }
span { border-color: rgb(208,202,187); }
td.TdClassName
{
border-color: #D0CABB;
}
.TagClassName
{
border-color: #D0CABB;
}
</style>