#D7CBC5

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

Shades of Swiss Coffee #D7CBC5

Tints of Swiss Coffee #D7CBC5

Color information

#D7CBC5 (or 0xD7CBC5) is unknown color: approx Swiss Coffee. HEX triplet: D7, CB and C5. RGB value is (215,203,197). Sum of RGB (Red+Green+Blue) = 215+203+197=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CBC5 is #28343A. Grayscale: #CDCDCD. Windows color (decimal): -2634811 or 12962775. OLE color: 12962775.

HSL color Cylindrical-coordinate representation of color #D7CBC5: hue angle of 20º degrees, saturation: 0.18, 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 #D7CBC5 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215203197-
CMYK00.060.080.16
HSL20º18.37%80.78%-
HSV(B)20º8.37%84.31%-
XYZ59.4661.1961.5-
YUV205.9122.98134.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.96%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=34.96%
G=33.01%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520319700.060.080.162018.3780.78
HexD7CBC506810141251
Octal3273133050610202422121
Binary110101111100101111000101011010001000010100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBC5; }

 p { color: rgb(215,203,197); }

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

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

 a { background-color: rgb(215,203,197); }

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

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

 span { border-color: rgb(215,203,197); }

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