#C1CAAB

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

Shades of Pale Leaf #C1CAAB

Tints of Pale Leaf #C1CAAB

Color information

#C1CAAB (or 0xC1CAAB) is unknown color: approx Pale Leaf. HEX triplet: C1, CA and AB. RGB value is (193,202,171). Sum of RGB (Red+Green+Blue) = 193+202+171=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CAAB is #3E3554. Grayscale: #C3C3C3. Windows color (decimal): -4076885 or 11258561. OLE color: 11258561.

HSL color Cylindrical-coordinate representation of color #C1CAAB: hue angle of 77.42º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1CAAB is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB193202171-
CMYK0.0400.150.21
HSL77.42º22.63%73.14%-
HSV(B)77.42º15.35%79.22%-
XYZ50.4656.5246.78-
YUV195.78114.02126.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.10%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 171 (67.19% from 255) = 30.21%
R=34.10%
G=35.69%
B=30.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1932021710.0400.150.2177.4222.6373.14
HexC1CAAB40F154d1749
Octal30131225340172511527111
Binary11000001110010101010101110001111101011001101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAAB; }

 p { color: rgb(193,202,171); }

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

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

 a { background-color: rgb(193,202,171); }

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

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

 span { border-color: rgb(193,202,171); }

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