#C2C787

Color #C2C787 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C2C787

Tints of Pine Glade #C2C787

Color information

#C2C787 (or 0xC2C787) is unknown color: approx Pine Glade. HEX triplet: C2, C7 and 87. RGB value is (194,199,135). Sum of RGB (Red+Green+Blue) = 194+199+135=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C787 is #3D3878. Grayscale: #BEBEBE. Windows color (decimal): -4012153 or 8898498. OLE color: 8898498.

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

Color convert

RGB194199135-
CMYK0.0300.320.22
HSL64.69º36.36%65.49%-
HSV(B)64.69º32.16%78.04%-
XYZ47.0454.0730.88-
YUV190.2196.84130.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 199 (78.12% from 255) = 37.69%
BLUE value IS 135 (53.12% from 255) = 25.57%
R=36.74%
G=37.69%
B=25.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941991350.0300.320.2264.6936.3665.49
HexC2C787302016412441
Octal30230720730402610144101
Binary1100001011000111100001111101000001011010000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C787; }

 p { color: rgb(194,199,135); }

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

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

 a { background-color: rgb(194,199,135); }

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

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

 span { border-color: rgb(194,199,135); }

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