Html Css Color HEX #C0C080 Pine Glade

📋 copy color: '#C0C080'

red 192 ◦ green 192 ◦ blue 128

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

Shades of Pine Glade #C0C080

Tints of Pine Glade #C0C080

RGB

 RED value IS 192 (75.39% from 255) = 37.5%

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

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

R = 37.5%
G = 37.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C0C080 (or 0xC0C080) is known color: Pine Glade. HEX triplet: C0, C0 and 80. RGB value is (192,192,128). Sum of RGB (Red+Green+Blue) = 192+192+128=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C080 is #3F3F7F. Grayscale: #B8B8B8. Windows color (decimal): -4145024 or 8437952. OLE color: 8437952.

HSL color Cylindrical-coordinate representation of color #C0C080: hue angle of 60º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0C080 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 192 128 -
CMYK 0 0 0.33 0.25
HSL 60º 0.34% 0.63% -
HSV(B) 60º 0.33% 0.75% -
XYZ 44.48 50.46 27.82 -
YUV 184.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 192 192 128 0 0 0.33 0.25 60 0.34 0.63
Hex C0 C0 80 0 0 21 19 3C 22 3F
Octal 300 300 200 0 0 41 31 74 42 77
Binary 11000000 11000000 10000000 0 0 100001 11001 111100 100010 111111

Color Harmonies of #C0C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C080

Black with #C0C080

Text Example


Text Example

White with #C0C080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C080; }

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

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

background-color css

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

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

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

border-color css

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

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

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