#C3CBAC

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

Shades of Pale Leaf #C3CBAC

Tints of Pale Leaf #C3CBAC

Color information

#C3CBAC (or 0xC3CBAC) is unknown color: approx Pale Leaf. HEX triplet: C3, CB and AC. RGB value is (195,203,172). Sum of RGB (Red+Green+Blue) = 195+203+172=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CBAC is #3C3453. Grayscale: #C5C5C5. Windows color (decimal): -3945556 or 11324355. OLE color: 11324355.

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

Color convert

RGB195203172-
CMYK0.0400.150.20
HSL75.48º22.96%73.53%-
HSV(B)75.48º15.27%79.61%-
XYZ51.3157.2947.38-
YUV197.07113.85126.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=34.21%
G=35.61%
B=30.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952031720.0400.150.2075.4822.9673.53
HexC3CBAC40F144b174a
Octal30331325440172411327112
Binary11000011110010111010110010001111101001001011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBAC; }

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

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

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

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

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

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

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

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