#C1CBAC

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

Shades of Pale Leaf #C1CBAC

Tints of Pale Leaf #C1CBAC

Color information

#C1CBAC (or 0xC1CBAC) is unknown color: approx Pale Leaf. HEX triplet: C1, CB and AC. RGB value is (193,203,172). Sum of RGB (Red+Green+Blue) = 193+203+172=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CBAC is #3E3453. Grayscale: #C4C4C4. Windows color (decimal): -4076628 or 11324353. OLE color: 11324353.

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

Color convert

RGB193203172-
CMYK0.0500.150.20
HSL79.35º22.96%73.53%-
HSV(B)79.35º15.27%79.61%-
XYZ50.7957.0347.36-
YUV196.48114.19125.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=33.98%
G=35.74%
B=30.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932031720.0500.150.2079.3522.9673.53
HexC1CBAC50F144f174a
Octal30131325450172411727112
Binary11000001110010111010110010101111101001001111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBAC; }

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

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

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

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

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

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

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

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