#E6CBAB

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

Shades of Givry #E6CBAB

Tints of Givry #E6CBAB

Color information

#E6CBAB (or 0xE6CBAB) is unknown color: approx Givry. HEX triplet: E6, CB and AB. RGB value is (230,203,171). Sum of RGB (Red+Green+Blue) = 230+203+171=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CBAB is #193454. Grayscale: #CFCFCF. Windows color (decimal): -1651797 or 11258854. OLE color: 11258854.

HSL color Cylindrical-coordinate representation of color #E6CBAB: hue angle of 32.54º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6CBAB is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230203171-
CMYK00.120.260.10
HSL32.54º54.13%78.63%-
HSV(B)32.54º25.65%90.2%-
XYZ61.3462.4847.35-
YUV207.42107.45144.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.08%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 171 (67.19% from 255) = 28.31%
R=38.08%
G=33.61%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020317100.120.260.1032.5454.1378.63
HexE6CBAB0C1AA21364f
Octal34631325301432124166117
Binary111001101100101110101011011001101010101000011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CBAB; }

 p { color: rgb(230,203,171); }

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

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

 a { background-color: rgb(230,203,171); }

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

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

 span { border-color: rgb(230,203,171); }

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