#D7C0BE

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

Shades of Alto #D7C0BE

Tints of Alto #D7C0BE

Color information

#D7C0BE (or 0xD7C0BE) is unknown color: approx Alto. HEX triplet: D7, C0 and BE. RGB value is (215,192,190). Sum of RGB (Red+Green+Blue) = 215+192+190=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0BE is #283F41. Grayscale: #C6C6C6. Windows color (decimal): -2637634 or 12501207. OLE color: 12501207.

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

Color convert

RGB215192190-
CMYK00.110.120.16
HSL4.8º23.81%79.41%-
HSV(B)4.8º11.63%84.31%-
XYZ56.1755.8656.54-
YUV198.65123.12139.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 192 (75.39% from 255) = 32.16%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=36.01%
G=32.16%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519219000.110.120.164.823.8179.41
HexD7C0BE0BC105184f
Octal3273002760131420530117
Binary11010111110000001011111001011110010000101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C0BE; }

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

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

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

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

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

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

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

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