Html Css Color HEX #C2C080 Pine Glade

📋 copy color: '#C2C080'

red 194 ◦ green 192 ◦ blue 128

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

Shades of Pine Glade #C2C080

Tints of Pine Glade #C2C080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.35%

 BLUE value IS 128 (50.39% from 255) = 24.9%

R = 37.74%
G = 37.35%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C2C080 (or 0xC2C080) is known color: Pine Glade. HEX triplet: C2, C0 and 80. RGB value is (194,192,128). Sum of RGB (Red+Green+Blue) = 194+192+128=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C080 is #3D3F7F. Grayscale: #B9B9B9. Windows color (decimal): -4013952 or 8437954. OLE color: 8437954.

HSL color Cylindrical-coordinate representation of color #C2C080: hue angle of 58.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2C080 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 128 -
CMYK 0 0.01 0.34 0.24
HSL 58.18º 0.35% 0.63% -
HSV(B) 58.18º 0.34% 0.76% -
XYZ 44.99 50.73 27.84 -
YUV 185.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 194 192 128 0 0.01 0.34 0.24 58.18 0.35 0.63
Hex C2 C0 80 0 1 22 18 3A 23 3F
Octal 302 300 200 0 1 42 30 72 43 77
Binary 11000010 11000000 10000000 0 1 100010 11000 111010 100011 111111

Color Harmonies of #C2C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C080

Black with #C2C080

Text Example


Text Example

White with #C2C080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C080; }

 p { color: rgb(194,192,128); }

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

background-color css

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

 a { background-color: rgb(194,192,128); }

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

border-color css

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

 span { border-color: rgb(194,192,128); }

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