#C0CE9F

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

Shades of Pale Leaf #C0CE9F

Tints of Pale Leaf #C0CE9F

Color information

#C0CE9F (or 0xC0CE9F) is unknown color: approx Pale Leaf. HEX triplet: C0, CE and 9F. RGB value is (192,206,159). Sum of RGB (Red+Green+Blue) = 192+206+159=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CE9F is #3F3160. Grayscale: #C4C4C4. Windows color (decimal): -4141409 or 10473152. OLE color: 10473152.

HSL color Cylindrical-coordinate representation of color #C0CE9F: hue angle of 77.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CE9F is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB192206159-
CMYK0.0700.230.19
HSL77.87º32.41%71.57%-
HSV(B)77.87º22.82%80.78%-
XYZ50.0757.8541.33-
YUV196.46106.86124.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=34.47%
G=36.98%
B=28.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922061590.0700.230.1977.8732.4171.57
HexC0CE9F7017134e2048
Octal30031623770272311640110
Binary1100000011001110100111111110101111001110011101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CE9F; }

 p { color: rgb(192,206,159); }

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

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

 a { background-color: rgb(192,206,159); }

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

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

 span { border-color: rgb(192,206,159); }

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