#C3C289

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

Shades of Pine Glade #C3C289

Tints of Pine Glade #C3C289

Color information

#C3C289 (or 0xC3C289) is unknown color: approx Pine Glade. HEX triplet: C3, C2 and 89. RGB value is (195,194,137). Sum of RGB (Red+Green+Blue) = 195+194+137=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C289 is #3C3D76. Grayscale: #BCBCBC. Windows color (decimal): -3947895 or 9028291. OLE color: 9028291.

HSL color Cylindrical-coordinate representation of color #C3C289: hue angle of 58.97º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3C289 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB195194137-
CMYK00.010.300.24
HSL58.97º32.58%65.1%-
HSV(B)58.97º29.74%76.47%-
XYZ46.3151.9931.26-
YUV187.899.33133.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 194 (76.17% from 255) = 36.88%
BLUE value IS 137 (53.91% from 255) = 26.05%
R=37.07%
G=36.88%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519413700.010.300.2458.9732.5865.1
HexC3C289011E183b2141
Octal3033022110136307341101
Binary1100001111000010100010010111110110001110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C289; }

 p { color: rgb(195,194,137); }

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

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

 a { background-color: rgb(195,194,137); }

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

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

 span { border-color: rgb(195,194,137); }

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