#C2CFB0

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

Shades of Pale Leaf #C2CFB0

Tints of Pale Leaf #C2CFB0

Color information

#C2CFB0 (or 0xC2CFB0) is unknown color: approx Pale Leaf. HEX triplet: C2, CF and B0. RGB value is (194,207,176). Sum of RGB (Red+Green+Blue) = 194+207+176=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CFB0 is #3D304F. Grayscale: #C7C7C7. Windows color (decimal): -4010064 or 11587522. OLE color: 11587522.

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

Color convert

RGB194207176-
CMYK0.0600.150.19
HSL85.16º24.41%75.1%-
HSV(B)85.16º14.98%81.18%-
XYZ52.459.2349.75-
YUV199.58114.69124.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 176 (69.14% from 255) = 30.50%
R=33.62%
G=35.88%
B=30.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942071760.0600.150.1985.1624.4175.1
HexC2CFB060F1355184b
Octal30231726060172312530113
Binary11000010110011111011000011001111100111010101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CFB0; }

 p { color: rgb(194,207,176); }

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

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

 a { background-color: rgb(194,207,176); }

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

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

 span { border-color: rgb(194,207,176); }

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