#C0CCAF

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

Shades of Pale Leaf #C0CCAF

Tints of Pale Leaf #C0CCAF

Color information

#C0CCAF (or 0xC0CCAF) is unknown color: approx Pale Leaf. HEX triplet: C0, CC and AF. RGB value is (192,204,175). Sum of RGB (Red+Green+Blue) = 192+204+175=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCAF is #3F3350. Grayscale: #C5C5C5. Windows color (decimal): -4141905 or 11521216. OLE color: 11521216.

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

Color convert

RGB192204175-
CMYK0.0600.140.2
HSL84.83º22.14%74.31%-
HSV(B)84.83º14.22%80%-
XYZ51.0757.4948.96-
YUV197.11115.52124.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=33.63%
G=35.73%
B=30.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922041750.0600.140.284.8322.1474.31
HexC0CCAF60E1455164a
Octal30031425760162412526112
Binary11000000110011001010111111001110101001010101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCAF; }

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

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

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

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

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

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

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

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