#C1CBA9

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

Shades of Pale Leaf #C1CBA9

Tints of Pale Leaf #C1CBA9

Color information

#C1CBA9 (or 0xC1CBA9) is unknown color: approx Pale Leaf. HEX triplet: C1, CB and A9. RGB value is (193,203,169). Sum of RGB (Red+Green+Blue) = 193+203+169=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CBA9 is #3E3456. Grayscale: #C4C4C4. Windows color (decimal): -4076631 or 11127745. OLE color: 11127745.

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

Color convert

RGB193203169-
CMYK0.0500.170.20
HSL77.65º24.64%72.94%-
HSV(B)77.65º16.75%79.61%-
XYZ50.5156.9145.86-
YUV196.13112.69125.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.16%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=34.16%
G=35.93%
B=29.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932031690.0500.170.2077.6524.6472.94
HexC1CBA95011144e1949
Octal30131325150212411631111
Binary110000011100101110101001101010001101001001110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBA9; }

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

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

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

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

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

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

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

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