#C2C8B6

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

Shades of Pale Leaf #C2C8B6

Tints of Pale Leaf #C2C8B6

Color information

#C2C8B6 (or 0xC2C8B6) is unknown color: approx Pale Leaf. HEX triplet: C2, C8 and B6. RGB value is (194,200,182). Sum of RGB (Red+Green+Blue) = 194+200+182=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C8B6 is #3D3749. Grayscale: #C4C4C4. Windows color (decimal): -4011850 or 11978946. OLE color: 11978946.

HSL color Cylindrical-coordinate representation of color #C2C8B6: hue angle of 80º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2C8B6 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB194200182-
CMYK0.0300.090.22
HSL80º14.06%74.9%-
HSV(B)80º9%78.43%-
XYZ51.3556.1652.39-
YUV196.15120.01126.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 200 (78.52% from 255) = 34.72%
BLUE value IS 182 (71.48% from 255) = 31.60%
R=33.68%
G=34.72%
B=31.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1942001820.0300.090.228014.0674.9
HexC2C8B63091650e4b
Octal30231026630112612016113
Binary110000101100100010110110110100110110101000011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C8B6; }

 p { color: rgb(194,200,182); }

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

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

 a { background-color: rgb(194,200,182); }

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

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

 span { border-color: rgb(194,200,182); }

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