#C0C083

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

Shades of Pine Glade #C0C083

Tints of Pine Glade #C0C083

Color information

#C0C083 (or 0xC0C083) is unknown color: approx Pine Glade. HEX triplet: C0, C0 and 83. RGB value is (192,192,131). Sum of RGB (Red+Green+Blue) = 192+192+131=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C083 is #3F3F7C. Grayscale: #B9B9B9. Windows color (decimal): -4145021 or 8634560. OLE color: 8634560.

HSL color Cylindrical-coordinate representation of color #C0C083: 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.32%. Process color model (Four color, CMYK) of #C0C083 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB192192131-
CMYK000.320.25
HSL60º32.62%63.33%-
HSV(B)60º31.77%75.29%-
XYZ44.6850.5428.87-
YUV185.0597.5132.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=37.28%
G=37.28%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192192131000.320.256032.6263.33
HexC0C0830020193c213f
Octal300300203004031744177
Binary1100000011000000100000110010000011001111100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C083; }

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

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

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

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

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

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

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

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