#D7C1BE

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

Shades of Alto #D7C1BE

Tints of Alto #D7C1BE

Color information

#D7C1BE (or 0xD7C1BE) is unknown color: approx Alto. HEX triplet: D7, C1 and BE. RGB value is (215,193,190). Sum of RGB (Red+Green+Blue) = 215+193+190=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C1BE is #283E41. Grayscale: #C7C7C7. Windows color (decimal): -2637378 or 12501463. OLE color: 12501463.

HSL color Cylindrical-coordinate representation of color #D7C1BE: hue angle of 7.2º 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 #D7C1BE is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB215193190-
CMYK00.100.120.16
HSL7.2º23.81%79.41%-
HSV(B)7.2º11.63%84.31%-
XYZ56.3956.356.61-
YUV199.24122.79139.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.95%
GREEN value IS 193 (75.78% from 255) = 32.27%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=35.95%
G=32.27%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519319000.100.120.167.223.8179.41
HexD7C1BE0AC107184f
Octal3273012760121420730117
Binary11010111110000011011111001010110010000111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C1BE; }

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

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

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

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

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

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

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

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