#C0CEAE

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

Shades of Pale Leaf #C0CEAE

Tints of Pale Leaf #C0CEAE

Color information

#C0CEAE (or 0xC0CEAE) is unknown color: approx Pale Leaf. HEX triplet: C0, CE and AE. RGB value is (192,206,174). Sum of RGB (Red+Green+Blue) = 192+206+174=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CEAE is #3F3151. Grayscale: #C6C6C6. Windows color (decimal): -4141394 or 11456192. OLE color: 11456192.

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

Color convert

RGB192206174-
CMYK0.0700.160.19
HSL86.25º24.62%74.51%-
HSV(B)86.25º15.53%80.78%-
XYZ51.4558.4148.61-
YUV198.17114.36123.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=33.57%
G=36.01%
B=30.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922061740.0700.160.1986.2524.6274.51
HexC0CEAE70101356194b
Octal30031625670202312631113
Binary110000001100111010101110111010000100111010110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEAE; }

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

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

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

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

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

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

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

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