#C0CCAE

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

Shades of Pale Leaf #C0CCAE

Tints of Pale Leaf #C0CCAE

Color information

#C0CCAE (or 0xC0CCAE) is unknown color: approx Pale Leaf. HEX triplet: C0, CC and AE. RGB value is (192,204,174). Sum of RGB (Red+Green+Blue) = 192+204+174=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCAE is #3F3351. Grayscale: #C5C5C5. Windows color (decimal): -4141906 or 11455680. OLE color: 11455680.

HSL color Cylindrical-coordinate representation of color #C0CCAE: hue angle of 84º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0CCAE is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB192204174-
CMYK0.0600.150.2
HSL84º22.73%74.12%-
HSV(B)84º14.71%80%-
XYZ50.9757.4548.45-
YUV196.99115.02124.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=33.68%
G=35.79%
B=30.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922041740.0600.150.28422.7374.12
HexC0CCAE60F1454174a
Octal30031425660172412427112
Binary11000000110011001010111011001111101001010100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCAE; }

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

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

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

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

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

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

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

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