#C2CBAB

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

Shades of Pale Leaf #C2CBAB

Tints of Pale Leaf #C2CBAB

Color information

#C2CBAB (or 0xC2CBAB) is unknown color: approx Pale Leaf. HEX triplet: C2, CB and AB. RGB value is (194,203,171). Sum of RGB (Red+Green+Blue) = 194+203+171=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CBAB is #3D3454. Grayscale: #C4C4C4. Windows color (decimal): -4011093 or 11258818. OLE color: 11258818.

HSL color Cylindrical-coordinate representation of color #C2CBAB: hue angle of 76.88º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2CBAB is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB194203171-
CMYK0.0400.160.20
HSL76.88º23.53%73.33%-
HSV(B)76.88º15.76%79.61%-
XYZ50.9557.1246.87-
YUV196.66113.52126.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 171 (67.19% from 255) = 30.11%
R=34.15%
G=35.74%
B=30.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942031710.0400.160.2076.8823.5373.33
HexC2CBAB4010144d1849
Octal30231325340202411530111
Binary110000101100101110101011100010000101001001101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CBAB; }

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

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

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

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

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

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

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

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