#C0C8AA

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

Shades of Pale Leaf #C0C8AA

Tints of Pale Leaf #C0C8AA

Color information

#C0C8AA (or 0xC0C8AA) is unknown color: approx Pale Leaf. HEX triplet: C0, C8 and AA. RGB value is (192,200,170). Sum of RGB (Red+Green+Blue) = 192+200+170=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C8AA is #3F3755. Grayscale: #C2C2C2. Windows color (decimal): -4142934 or 11192512. OLE color: 11192512.

HSL color Cylindrical-coordinate representation of color #C0C8AA: hue angle of 76º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0C8AA is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB192200170-
CMYK0.0400.150.22
HSL76º21.43%72.55%-
HSV(B)76º15%78.43%-
XYZ49.6555.4246.11-
YUV194.19114.35126.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 200 (78.52% from 255) = 35.59%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=34.16%
G=35.59%
B=30.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1922001700.0400.150.227621.4372.55
HexC0C8AA40F164c1549
Octal30031025240172611425111
Binary11000000110010001010101010001111101101001100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C8AA; }

 p { color: rgb(192,200,170); }

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

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

 a { background-color: rgb(192,200,170); }

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

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

 span { border-color: rgb(192,200,170); }

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