Shades of Aths Special #D6CBB4
Tints of Aths Special #D6CBB4
RGB
CMYK
RGB Variations
Color information
#D6CBB4 (or 0xD6CBB4) is known color: Aths Special. HEX triplet: D6, CB and B4. RGB value is (214,203,180). Sum of RGB (Red+Green+Blue) = 214+203+180=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBB4 is #29344B. Grayscale: #CBCBCB. Windows color (decimal): -2700364 or 11848662. OLE color: 11848662.
HSL color Cylindrical-coordinate representation of color #D6CBB4: hue angle of 40.59º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6CBB4 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 180 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.16 |
| HSL | 40.59º | 0.29% | 0.77% | - |
| HSV(B) | 40.59º | 0.16% | 0.84% | - |
| XYZ | 57.33 | 60.3 | 51.8 | - |
| YUV | 203.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 180 | 0 | 0.05 | 0.16 | 0.16 | 40.59 | 0.29 | 0.77 |
| Hex | D6 | CB | B4 | 0 | 5 | 10 | 10 | 29 | 1D | 4D |
| Octal | 326 | 313 | 264 | 0 | 5 | 20 | 20 | 51 | 35 | 115 |
| Binary | 11010110 | 11001011 | 10110100 | 0 | 101 | 10000 | 10000 | 101001 | 11101 | 1001101 |
Color Harmonies of #D6CBB4
Complementary color
Monochromatic Colors of #D6CBB4
Black with #D6CBB4
Text Example
Text Example
White with #D6CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBB4; }
p { color: rgb(214,203,180); }
H1.HeaderClassName
{
color: #D6CBB4;
}
.AnyTagClassName
{
color: #D6CBB4;
}
</style>
background-color css
<style>
a { background-color: #D6CBB4; }
a { background-color: rgb(214,203,180); }
div.DivClassName
{
background-color: #D6CBB4;
}
.BgClassName
{
background-color: #D6CBB4;
}
</style>
border-color css
<style>
span { border-color: #D6CBB4; }
span { border-color: rgb(214,203,180); }
td.TdClassName
{
border-color: #D6CBB4;
}
.TagClassName
{
border-color: #D6CBB4;
}
</style>