#C1CAB0

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

Shades of Pale Leaf #C1CAB0

Tints of Pale Leaf #C1CAB0

Color information

#C1CAB0 (or 0xC1CAB0) is unknown color: approx Pale Leaf. HEX triplet: C1, CA and B0. RGB value is (193,202,176). Sum of RGB (Red+Green+Blue) = 193+202+176=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CAB0 is #3E354F. Grayscale: #C4C4C4. Windows color (decimal): -4076880 or 11586241. OLE color: 11586241.

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

Color convert

RGB193202176-
CMYK0.0400.130.21
HSL80.77º19.7%74.12%-
HSV(B)80.77º12.87%79.22%-
XYZ50.9556.7149.34-
YUV196.34116.52125.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=33.80%
G=35.38%
B=30.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1932021760.0400.130.2180.7719.774.12
HexC1CAB040D1551144a
Octal30131226040152512124112
Binary11000001110010101011000010001101101011010001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAB0; }

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

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

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

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

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

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

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

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