#C0CCAB

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

Shades of Pale Leaf #C0CCAB

Tints of Pale Leaf #C0CCAB

Color information

#C0CCAB (or 0xC0CCAB) is unknown color: approx Pale Leaf. HEX triplet: C0, CC and AB. RGB value is (192,204,171). Sum of RGB (Red+Green+Blue) = 192+204+171=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCAB is #3F3354. Grayscale: #C4C4C4. Windows color (decimal): -4141909 or 11259072. OLE color: 11259072.

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

Color convert

RGB192204171-
CMYK0.0600.160.2
HSL81.82º24.44%73.53%-
HSV(B)81.82º16.18%80%-
XYZ50.6857.3346.92-
YUV196.65113.52124.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=33.86%
G=35.98%
B=30.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922041710.0600.160.281.8224.4473.53
HexC0CCAB60101452184a
Octal30031425360202412230112
Binary110000001100110010101011110010000101001010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCAB; }

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

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

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

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

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

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

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

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