#C3CCAC

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

Shades of Pale Leaf #C3CCAC

Tints of Pale Leaf #C3CCAC

Color information

#C3CCAC (or 0xC3CCAC) is unknown color: approx Pale Leaf. HEX triplet: C3, CC and AC. RGB value is (195,204,172). Sum of RGB (Red+Green+Blue) = 195+204+172=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CCAC is #3C3353. Grayscale: #C5C5C5. Windows color (decimal): -3945300 or 11324611. OLE color: 11324611.

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

Color convert

RGB195204172-
CMYK0.0400.160.2
HSL76.88º23.88%73.73%-
HSV(B)76.88º15.69%80%-
XYZ51.5457.7747.46-
YUV197.66113.52126.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.15%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=34.15%
G=35.73%
B=30.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1952041720.0400.160.276.8823.8873.73
HexC3CCAC4010144d184a
Octal30331425440202411530112
Binary110000111100110010101100100010000101001001101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CCAC; }

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

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

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

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

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

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

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

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