#C1CBA1

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

Shades of Pale Leaf #C1CBA1

Tints of Pale Leaf #C1CBA1

Color information

#C1CBA1 (or 0xC1CBA1) is unknown color: approx Pale Leaf. HEX triplet: C1, CB and A1. RGB value is (193,203,161). Sum of RGB (Red+Green+Blue) = 193+203+161=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CBA1 is #3E345E. Grayscale: #C3C3C3. Windows color (decimal): -4076639 or 10603457. OLE color: 10603457.

HSL color Cylindrical-coordinate representation of color #C1CBA1: hue angle of 74.29º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1CBA1 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB193203161-
CMYK0.0500.210.20
HSL74.29º28.77%71.37%-
HSV(B)74.29º20.69%79.61%-
XYZ49.7856.6242.02-
YUV195.22108.69126.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 161 (63.28% from 255) = 28.90%
R=34.65%
G=36.45%
B=28.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932031610.0500.210.2074.2928.7771.37
HexC1CBA15015144a1d47
Octal30131324150252411235107
Binary110000011100101110100001101010101101001001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBA1; }

 p { color: rgb(193,203,161); }

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

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

 a { background-color: rgb(193,203,161); }

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

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

 span { border-color: rgb(193,203,161); }

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