#C2CCA0

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

Shades of Pale Leaf #C2CCA0

Tints of Pale Leaf #C2CCA0

Color information

#C2CCA0 (or 0xC2CCA0) is unknown color: approx Pale Leaf. HEX triplet: C2, CC and A0. RGB value is (194,204,160). Sum of RGB (Red+Green+Blue) = 194+204+160=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCA0 is #3D335F. Grayscale: #C4C4C4. Windows color (decimal): -4010848 or 10538178. OLE color: 10538178.

HSL color Cylindrical-coordinate representation of color #C2CCA0: hue angle of 73.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2CCA0 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB194204160-
CMYK0.0500.220.2
HSL73.64º30.14%71.37%-
HSV(B)73.64º21.57%80%-
XYZ50.1957.1941.65-
YUV195.99107.69126.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 160 (62.89% from 255) = 28.67%
R=34.77%
G=36.56%
B=28.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1942041600.0500.220.273.6430.1471.37
HexC2CCA05016144a1e47
Octal30231424050262411236107
Binary110000101100110010100000101010110101001001010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCA0; }

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

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

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

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

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

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

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

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