Html Css Color HEX #C2C884 Pine Glade

📋 copy color: '#C2C884'

red 194 ◦ green 200 ◦ blue 132

#C2C884
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #C2C884

Tints of Pine Glade #C2C884

RGB

 RED value IS 194 (76.17% from 255) = 36.88%

 GREEN value IS 200 (78.52% from 255) = 38.02%

 BLUE value IS 132 (51.95% from 255) = 25.1%

R = 36.88%
G = 38.02%
B = 25.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C2C884 (or 0xC2C884) is known color: Pine Glade. HEX triplet: C2, C8 and 84. RGB value is (194,200,132). Sum of RGB (Red+Green+Blue) = 194+200+132=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C884 is #3D377B. Grayscale: #BEBEBE. Windows color (decimal): -4011900 or 8702146. OLE color: 8702146.

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

Color convert

RGB 194 200 132 -
CMYK 0.03 0 0.34 0.22
HSL 65.29º 0.38% 0.65% -
HSV(B) 65.29º 0.34% 0.78% -
XYZ 47.07 54.44 29.86 -
YUV 190.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 194 200 132 0.03 0 0.34 0.22 65.29 0.38 0.65
Hex C2 C8 84 3 0 22 16 41 26 41
Octal 302 310 204 3 0 42 26 101 46 101
Binary 11000010 11001000 10000100 11 0 100010 10110 1000001 100110 1000001

Color Harmonies of #C2C884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C884

Black with #C2C884

Text Example


Text Example

White with #C2C884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C884; }

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

 H1.HeaderClassName
 {
   color: #C2C884;
 }
 .AnyTagClassName
 {
   color: #C2C884;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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