#D6C7C5

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

Shades of Alto #D6C7C5

Tints of Alto #D6C7C5

Color information

#D6C7C5 (or 0xD6C7C5) is unknown color: approx Alto. HEX triplet: D6, C7 and C5. RGB value is (214,199,197). Sum of RGB (Red+Green+Blue) = 214+199+197=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7C5 is #29383A. Grayscale: #CBCBCB. Windows color (decimal): -2701371 or 12961750. OLE color: 12961750.

HSL color Cylindrical-coordinate representation of color #D6C7C5: hue angle of 7.06º degrees, saturation: 0.17, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6C7C5 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB214199197-
CMYK00.070.080.16
HSL7.06º17.17%80.59%-
HSV(B)7.06º7.94%83.92%-
XYZ58.2359.1761.18-
YUV203.26124.47135.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.08%
GREEN value IS 199 (78.12% from 255) = 32.62%
BLUE value IS 197 (77.34% from 255) = 32.30%
R=35.08%
G=32.62%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419919700.070.080.167.0617.1780.59
HexD6C7C50781071151
Octal326307305071020721121
Binary1101011011000111110001010111100010000111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C7C5; }

 p { color: rgb(214,199,197); }

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

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

 a { background-color: rgb(214,199,197); }

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

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

 span { border-color: rgb(214,199,197); }

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