Shades of Aths Special #D0CABA
Tints of Aths Special #D0CABA
RGB
CMYK
RGB Variations
Color information
#D0CABA (or 0xD0CABA) is known color: Aths Special. HEX triplet: D0, CA and BA. RGB value is (208,202,186). Sum of RGB (Red+Green+Blue) = 208+202+186=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CABA is #2F3545. Grayscale: #CACACA. Windows color (decimal): -3093830 or 12241616. OLE color: 12241616.
HSL color Cylindrical-coordinate representation of color #D0CABA: hue angle of 43.64º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0CABA is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 202 | 186 | - |
CMYK | 0 | 0.03 | 0.11 | 0.18 |
HSL | 43.64º | 0.19% | 0.77% | - |
HSV(B) | 43.64º | 0.11% | 0.82% | - |
XYZ | 56 | 59.2 | 54.93 | - |
YUV | 201.97 | 118.99 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 202 | 186 | 0 | 0.03 | 0.11 | 0.18 | 43.64 | 0.19 | 0.77 |
Hex | D0 | CA | BA | 0 | 3 | B | 12 | 2C | 13 | 4D |
Octal | 320 | 312 | 272 | 0 | 3 | 13 | 22 | 54 | 23 | 115 |
Binary | 11010000 | 11001010 | 10111010 | 0 | 11 | 1011 | 10010 | 101100 | 10011 | 1001101 |
Color Harmonies of #D0CABA
Complementary color
Monochromatic Colors of #D0CABA
Black with #D0CABA
Text Example
Text Example
White with #D0CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CABA; }
p { color: rgb(208,202,186); }
H1.HeaderClassName
{
color: #D0CABA;
}
.AnyTagClassName
{
color: #D0CABA;
}
</style>
background-color css
<style>
a { background-color: #D0CABA; }
a { background-color: rgb(208,202,186); }
div.DivClassName
{
background-color: #D0CABA;
}
.BgClassName
{
background-color: #D0CABA;
}
</style>
border-color css
<style>
span { border-color: #D0CABA; }
span { border-color: rgb(208,202,186); }
td.TdClassName
{
border-color: #D0CABA;
}
.TagClassName
{
border-color: #D0CABA;
}
</style>