#D7C3BE

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

Shades of Alto #D7C3BE

Tints of Alto #D7C3BE

Color information

#D7C3BE (or 0xD7C3BE) is unknown color: approx Alto. HEX triplet: D7, C3 and BE. RGB value is (215,195,190). Sum of RGB (Red+Green+Blue) = 215+195+190=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C3BE is #283C41. Grayscale: #C8C8C8. Windows color (decimal): -2636866 or 12501975. OLE color: 12501975.

HSL color Cylindrical-coordinate representation of color #D7C3BE: hue angle of 12º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7C3BE is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215195190-
CMYK00.090.120.16
HSL12º23.81%79.41%-
HSV(B)12º11.63%84.31%-
XYZ56.8357.1956.76-
YUV200.41122.13138.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.83%
GREEN value IS 195 (76.56% from 255) = 32.5%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=35.83%
G=32.5%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519519000.090.120.161223.8179.41
HexD7C3BE09C10c184f
Octal32730327601114201430117
Binary110101111100001110111110010011100100001100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C3BE; }

 p { color: rgb(215,195,190); }

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

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

 a { background-color: rgb(215,195,190); }

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

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

 span { border-color: rgb(215,195,190); }

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