#C3C97C

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

Shades of Pine Glade #C3C97C

Tints of Pine Glade #C3C97C

Color information

#C3C97C (or 0xC3C97C) is unknown color: approx Pine Glade. HEX triplet: C3, C9 and 7C. RGB value is (195,201,124). Sum of RGB (Red+Green+Blue) = 195+201+124=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C97C is #3C3683. Grayscale: #BEBEBE. Windows color (decimal): -3946116 or 8178115. OLE color: 8178115.

HSL color Cylindrical-coordinate representation of color #C3C97C: hue angle of 64.68º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3C97C is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB195201124-
CMYK0.0300.380.21
HSL64.68º41.62%63.73%-
HSV(B)64.68º38.31%78.82%-
XYZ47.0354.8327.17-
YUV190.4390.51131.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 201 (78.91% from 255) = 38.65%
BLUE value IS 124 (48.83% from 255) = 23.85%
R=37.5%
G=38.65%
B=23.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1952011240.0300.380.2164.6841.6263.73
HexC3C97C302615412a40
Octal30331117430462510152100
Binary110000111100100111111001101001101010110000011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C97C; }

 p { color: rgb(195,201,124); }

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

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

 a { background-color: rgb(195,201,124); }

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

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

 span { border-color: rgb(195,201,124); }

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