#C0CCA0

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

Shades of Pale Leaf #C0CCA0

Tints of Pale Leaf #C0CCA0

Color information

#C0CCA0 (or 0xC0CCA0) is unknown color: approx Pale Leaf. HEX triplet: C0, CC and A0. RGB value is (192,204,160). Sum of RGB (Red+Green+Blue) = 192+204+160=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCA0 is #3F335F. Grayscale: #C3C3C3. Windows color (decimal): -4141920 or 10538176. OLE color: 10538176.

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

Color convert

RGB192204160-
CMYK0.0600.220.2
HSL76.36º30.14%71.37%-
HSV(B)76.36º21.57%80%-
XYZ49.6856.9341.63-
YUV195.4108.02125.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 160 (62.89% from 255) = 28.78%
R=34.53%
G=36.69%
B=28.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922041600.0600.220.276.3630.1471.37
HexC0CCA06016144c1e47
Octal30031424060262411436107
Binary110000001100110010100000110010110101001001100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCA0; }

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

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

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

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

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

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

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

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