#D7CBAC

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

Shades of Aths Special #D7CBAC

Tints of Aths Special #D7CBAC

Color information

#D7CBAC (or 0xD7CBAC) is unknown color: approx Aths Special. HEX triplet: D7, CB and AC. RGB value is (215,203,172). Sum of RGB (Red+Green+Blue) = 215+203+172=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CBAC is #283453. Grayscale: #CBCBCB. Windows color (decimal): -2634836 or 11324375. OLE color: 11324375.

HSL color Cylindrical-coordinate representation of color #D7CBAC: hue angle of 43.26º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7CBAC is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB215203172-
CMYK00.060.20.16
HSL43.26º34.96%75.88%-
HSV(B)43.26º20%84.31%-
XYZ56.8360.1447.64-
YUV203.05110.48136.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.44%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 172 (67.58% from 255) = 29.15%
R=36.44%
G=34.41%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520317200.060.20.1643.2634.9675.88
HexD7CBAC0614102b234c
Octal3273132540624205343114
Binary110101111100101110101100011010100100001010111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CBAC; }

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

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

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

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

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

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

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

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