#C1C985

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

Shades of Pine Glade #C1C985

Tints of Pine Glade #C1C985

Color information

#C1C985 (or 0xC1C985) is unknown color: approx Pine Glade. HEX triplet: C1, C9 and 85. RGB value is (193,201,133). Sum of RGB (Red+Green+Blue) = 193+201+133=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C985 is #3E367A. Grayscale: #BFBFBF. Windows color (decimal): -4077179 or 8767937. OLE color: 8767937.

HSL color Cylindrical-coordinate representation of color #C1C985: hue angle of 67.06º 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 #C1C985 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB193201133-
CMYK0.0400.340.21
HSL67.06º38.64%65.49%-
HSV(B)67.06º33.83%78.82%-
XYZ47.1154.830.29-
YUV190.8695.35129.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=36.62%
G=38.14%
B=25.24%

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
Decimal1932011330.0400.340.2167.0638.6465.49
HexC1C985402215432741
Octal30131120540422510347101
Binary11000001110010011000010110001000101010110000111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C985; }

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

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

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

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

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

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

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

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