Shades of Aths Special #D7CBB4
Tints of Aths Special #D7CBB4
RGB
CMYK
RGB Variations
Color information
#D7CBB4 (or 0xD7CBB4) is known color: Aths Special. HEX triplet: D7, CB and B4. RGB value is (215,203,180). Sum of RGB (Red+Green+Blue) = 215+203+180=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBB4 is #28344B. Grayscale: #CCCCCC. Windows color (decimal): -2634828 or 11848663. OLE color: 11848663.
HSL color Cylindrical-coordinate representation of color #D7CBB4: hue angle of 39.43º degrees, saturation: 0.3, 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 #D7CBB4 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 180 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.16 |
| HSL | 39.43º | 0.3% | 0.77% | - |
| HSV(B) | 39.43º | 0.16% | 0.84% | - |
| XYZ | 57.62 | 60.45 | 51.81 | - |
| YUV | 203.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 180 | 0 | 0.06 | 0.16 | 0.16 | 39.43 | 0.3 | 0.77 |
| Hex | D7 | CB | B4 | 0 | 6 | 10 | 10 | 27 | 1E | 4D |
| Octal | 327 | 313 | 264 | 0 | 6 | 20 | 20 | 47 | 36 | 115 |
| Binary | 11010111 | 11001011 | 10110100 | 0 | 110 | 10000 | 10000 | 100111 | 11110 | 1001101 |
Color Harmonies of #D7CBB4
Complementary color
Monochromatic Colors of #D7CBB4
Black with #D7CBB4
Text Example
Text Example
White with #D7CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CBB4; }
p { color: rgb(215,203,180); }
H1.HeaderClassName
{
color: #D7CBB4;
}
.AnyTagClassName
{
color: #D7CBB4;
}
</style>
background-color css
<style>
a { background-color: #D7CBB4; }
a { background-color: rgb(215,203,180); }
div.DivClassName
{
background-color: #D7CBB4;
}
.BgClassName
{
background-color: #D7CBB4;
}
</style>
border-color css
<style>
span { border-color: #D7CBB4; }
span { border-color: rgb(215,203,180); }
td.TdClassName
{
border-color: #D7CBB4;
}
.TagClassName
{
border-color: #D7CBB4;
}
</style>