#C0C081

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

Shades of Pine Glade #C0C081

Tints of Pine Glade #C0C081

Color information

#C0C081 (or 0xC0C081) is unknown color: approx Pine Glade. HEX triplet: C0, C0 and 81. RGB value is (192,192,129). Sum of RGB (Red+Green+Blue) = 192+192+129=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C081 is #3F3F7E. Grayscale: #B9B9B9. Windows color (decimal): -4145023 or 8503488. OLE color: 8503488.

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

Color convert

RGB192192129-
CMYK000.330.25
HSL60º33.33%62.94%-
HSV(B)60º32.81%75.29%-
XYZ44.5550.4928.17-
YUV184.8296.5133.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 129 (50.78% from 255) = 25.15%
R=37.43%
G=37.43%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192192129000.330.256033.3362.94
HexC0C0810021193c213f
Octal300300201004131744177
Binary1100000011000000100000010010000111001111100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C081; }

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

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

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

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

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

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

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

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