#C3CBAB

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

Shades of Pale Leaf #C3CBAB

Tints of Pale Leaf #C3CBAB

Color information

#C3CBAB (or 0xC3CBAB) is unknown color: approx Pale Leaf. HEX triplet: C3, CB and AB. RGB value is (195,203,171). Sum of RGB (Red+Green+Blue) = 195+203+171=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CBAB is #3C3454. Grayscale: #C5C5C5. Windows color (decimal): -3945557 or 11258819. OLE color: 11258819.

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

Color convert

RGB195203171-
CMYK0.0400.160.20
HSL75º23.53%73.33%-
HSV(B)75º15.76%79.61%-
XYZ51.2157.2546.88-
YUV196.96113.35126.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.27%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=34.27%
G=35.68%
B=30.05%

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
Decimal1952031710.0400.160.207523.5373.33
HexC3CBAB4010144b1849
Octal30331325340202411330111
Binary110000111100101110101011100010000101001001011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBAB; }

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

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

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

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

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

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

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

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