#D7C1BC

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

Shades of Alto #D7C1BC

Tints of Alto #D7C1BC

Color information

#D7C1BC (or 0xD7C1BC) is unknown color: approx Alto. HEX triplet: D7, C1 and BC. RGB value is (215,193,188). Sum of RGB (Red+Green+Blue) = 215+193+188=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C1BC is #283E43. Grayscale: #C7C7C7. Windows color (decimal): -2637380 or 12370391. OLE color: 12370391.

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

Color convert

RGB215193188-
CMYK00.100.130.16
HSL11.11º25.23%79.02%-
HSV(B)11.11º12.56%84.31%-
XYZ56.1756.2255.47-
YUV199.01121.79139.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.07%
GREEN value IS 193 (75.78% from 255) = 32.38%
BLUE value IS 188 (73.83% from 255) = 31.54%
R=36.07%
G=32.38%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519318800.100.130.1611.1125.2379.02
HexD7C1BC0AD10b194f
Octal32730127401215201331117
Binary110101111100000110111100010101101100001011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C1BC; }

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

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

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

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

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

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

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

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