#C1CAAC

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

Shades of Pale Leaf #C1CAAC

Tints of Pale Leaf #C1CAAC

Color information

#C1CAAC (or 0xC1CAAC) is unknown color: approx Pale Leaf. HEX triplet: C1, CA and AC. RGB value is (193,202,172). Sum of RGB (Red+Green+Blue) = 193+202+172=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CAAC is #3E3553. Grayscale: #C4C4C4. Windows color (decimal): -4076884 or 11324097. OLE color: 11324097.

HSL color Cylindrical-coordinate representation of color #C1CAAC: hue angle of 78º degrees, saturation: 0.22, 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 #C1CAAC is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB193202172-
CMYK0.0400.150.21
HSL78º22.06%73.33%-
HSV(B)78º14.85%79.22%-
XYZ50.5656.5647.28-
YUV195.89114.52125.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 172 (67.58% from 255) = 30.34%
R=34.04%
G=35.63%
B=30.34%

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
Decimal1932021720.0400.150.217822.0673.33
HexC1CAAC40F154e1649
Octal30131225440172511626111
Binary11000001110010101010110010001111101011001110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAAC; }

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

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

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

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

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

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

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

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