#C0C985

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

Shades of Pine Glade #C0C985

Tints of Pine Glade #C0C985

Color information

#C0C985 (or 0xC0C985) is unknown color: approx Pine Glade. HEX triplet: C0, C9 and 85. RGB value is (192,201,133). Sum of RGB (Red+Green+Blue) = 192+201+133=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C985 is #3F367A. Grayscale: #BEBEBE. Windows color (decimal): -4142715 or 8767936. OLE color: 8767936.

HSL color Cylindrical-coordinate representation of color #C0C985: hue angle of 67.94º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0C985 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB192201133-
CMYK0.0400.340.21
HSL67.94º38.64%65.49%-
HSV(B)67.94º33.83%78.82%-
XYZ46.8654.6730.27-
YUV190.5695.52129.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 201 (78.91% from 255) = 38.21%
BLUE value IS 133 (52.34% from 255) = 25.29%
R=36.50%
G=38.21%
B=25.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1922011330.0400.340.2167.9438.6465.49
HexC0C985402215442741
Octal30031120540422510447101
Binary11000000110010011000010110001000101010110001001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C985; }

 p { color: rgb(192,201,133); }

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

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

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

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

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

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

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