#C0C077

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

Shades of Pine Glade #C0C077

Tints of Pine Glade #C0C077

Color information

#C0C077 (or 0xC0C077) is unknown color: approx Pine Glade. HEX triplet: C0, C0 and 77. RGB value is (192,192,119). Sum of RGB (Red+Green+Blue) = 192+192+119=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C077 is #3F3F88. Grayscale: #B7B7B7. Windows color (decimal): -4145033 or 7848128. OLE color: 7848128.

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

Color convert

RGB192192119-
CMYK000.380.25
HSL60º36.68%60.98%-
HSV(B)60º38.02%75.29%-
XYZ43.9250.2424.83-
YUV183.6891.5133.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.17%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 119 (46.88% from 255) = 23.66%
R=38.17%
G=38.17%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192192119000.380.256036.6860.98
HexC0C0770026193c253d
Octal300300167004631744575
Binary110000001100000011101110010011011001111100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C077; }

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

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

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

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

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

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

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

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