#C2CCAC

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

Shades of Pale Leaf #C2CCAC

Tints of Pale Leaf #C2CCAC

Color information

#C2CCAC (or 0xC2CCAC) is unknown color: approx Pale Leaf. HEX triplet: C2, CC and AC. RGB value is (194,204,172). Sum of RGB (Red+Green+Blue) = 194+204+172=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCAC is #3D3353. Grayscale: #C5C5C5. Windows color (decimal): -4010836 or 11324610. OLE color: 11324610.

HSL color Cylindrical-coordinate representation of color #C2CCAC: hue angle of 78.75º 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 #C2CCAC is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB194204172-
CMYK0.0500.160.2
HSL78.75º23.88%73.73%-
HSV(B)78.75º15.69%80%-
XYZ51.2957.6347.45-
YUV197.36113.69125.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 172 (67.58% from 255) = 30.18%
R=34.04%
G=35.79%
B=30.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1942041720.0500.160.278.7523.8873.73
HexC2CCAC5010144f184a
Octal30231425450202411730112
Binary110000101100110010101100101010000101001001111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCAC; }

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

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

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

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

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

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

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

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