#D7CBB1

Color #D7CBB1 Aths Special (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aths Special #D7CBB1

Tints of Aths Special #D7CBB1

Color information

#D7CBB1 (or 0xD7CBB1) is unknown color: approx Aths Special. HEX triplet: D7, CB and B1. RGB value is (215,203,177). Sum of RGB (Red+Green+Blue) = 215+203+177=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CBB1 is #28344E. Grayscale: #CBCBCB. Windows color (decimal): -2634831 or 11652055. OLE color: 11652055.

HSL color Cylindrical-coordinate representation of color #D7CBB1: hue angle of 41.05º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7CBB1 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB215203177-
CMYK00.060.180.16
HSL41.05º32.2%76.86%-
HSV(B)41.05º17.67%84.31%-
XYZ57.3260.3350.22-
YUV203.62112.98136.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 203 (79.69% from 255) = 34.12%
BLUE value IS 177 (69.53% from 255) = 29.75%
R=36.13%
G=34.12%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520317700.060.180.1641.0532.276.86
HexD7CBB106121029204d
Octal3273132610622205140115
Binary110101111100101110110001011010010100001010011000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBB1; }

 p { color: rgb(215,203,177); }

 H1.HeaderClassName
 {
   color: #D7CBB1;
 }
 .AnyTagClassName
 {
   color: #D7CBB1;
 }
</style>
background-color css

<style>
 a { background-color: #D7CBB1; }

 a { background-color: rgb(215,203,177); }

 div.DivClassName
 {
   background-color: #D7CBB1;
 }
 .BgClassName
 {
   background-color: #D7CBB1;
 }
</style>
border-color css

<style>
 span { border-color: #D7CBB1; }

 span { border-color: rgb(215,203,177); }

 td.TdClassName
 {
   border-color: #D7CBB1;
 }
 .TagClassName
 {
   border-color: #D7CBB1;
 }
</style>