#C0CCA5

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

Shades of Pale Leaf #C0CCA5

Tints of Pale Leaf #C0CCA5

Color information

#C0CCA5 (or 0xC0CCA5) is unknown color: approx Pale Leaf. HEX triplet: C0, CC and A5. RGB value is (192,204,165). Sum of RGB (Red+Green+Blue) = 192+204+165=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCA5 is #3F335A. Grayscale: #C4C4C4. Windows color (decimal): -4141915 or 10865856. OLE color: 10865856.

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

Color convert

RGB192204165-
CMYK0.0600.190.2
HSL78.46º27.66%72.35%-
HSV(B)78.46º19.12%80%-
XYZ50.1257.1143.98-
YUV195.97110.52125.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 165 (64.84% from 255) = 29.41%
R=34.22%
G=36.36%
B=29.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922041650.0600.190.278.4627.6672.35
HexC0CCA56013144e1c48
Octal30031424560232411634110
Binary110000001100110010100101110010011101001001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCA5; }

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

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

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

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

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

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

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

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