Html Css Color HEX #C0C180 Pine Glade

📋 copy color: '#C0C180'

red 192 ◦ green 193 ◦ blue 128

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

Shades of Pine Glade #C0C180

Tints of Pine Glade #C0C180

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.62%

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

R = 37.43%
G = 37.62%
B = 24.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C0C180 (or 0xC0C180) is known color: Pine Glade. HEX triplet: C0, C1 and 80. RGB value is (192,193,128). Sum of RGB (Red+Green+Blue) = 192+193+128=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C180 is #3F3E7F. Grayscale: #B9B9B9. Windows color (decimal): -4144768 or 8438208. OLE color: 8438208.

HSL color Cylindrical-coordinate representation of color #C0C180: hue angle of 60.92º degrees, saturation: 0.34, 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 #C0C180 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 193 128 -
CMYK 0.01 0 0.34 0.24
HSL 60.92º 0.34% 0.63% -
HSV(B) 60.92º 0.34% 0.76% -
XYZ 44.7 50.9 27.89 -
YUV 185.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 192 193 128 0.01 0 0.34 0.24 60.92 0.34 0.63
Hex C0 C1 80 1 0 22 18 3D 22 3F
Octal 300 301 200 1 0 42 30 75 42 77
Binary 11000000 11000001 10000000 1 0 100010 11000 111101 100010 111111

Color Harmonies of #C0C180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C180

Black with #C0C180

Text Example


Text Example

White with #C0C180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C180; }

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

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

background-color css

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

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

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

border-color css

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

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

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