#C3C37E

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

Shades of Pine Glade #C3C37E

Tints of Pine Glade #C3C37E

Color information

#C3C37E (or 0xC3C37E) is unknown color: approx Pine Glade. HEX triplet: C3, C3 and 7E. RGB value is (195,195,126). Sum of RGB (Red+Green+Blue) = 195+195+126=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C37E is #3C3C81. Grayscale: #BBBBBB. Windows color (decimal): -3947650 or 8307651. OLE color: 8307651.

HSL color Cylindrical-coordinate representation of color #C3C37E: hue angle of 60º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3C37E is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB195195126-
CMYK000.350.24
HSL60º36.51%62.94%-
HSV(B)60º35.38%76.47%-
XYZ45.7952.1427.39-
YUV187.1393.5133.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 195 (76.56% from 255) = 37.79%
BLUE value IS 126 (49.61% from 255) = 24.42%
R=37.79%
G=37.79%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195195126000.350.246036.5162.94
HexC3C37E0023183c253f
Octal303303176004330744577
Binary110000111100001111111100010001111000111100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C37E; }

 p { color: rgb(195,195,126); }

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

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

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

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

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

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

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