#C3C17E

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

Shades of Pine Glade #C3C17E

Tints of Pine Glade #C3C17E

Color information

#C3C17E (or 0xC3C17E) is unknown color: approx Pine Glade. HEX triplet: C3, C1 and 7E. RGB value is (195,193,126). Sum of RGB (Red+Green+Blue) = 195+193+126=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C17E is #3C3E81. Grayscale: #BABABA. Windows color (decimal): -3948162 or 8307139. OLE color: 8307139.

HSL color Cylindrical-coordinate representation of color #C3C17E: hue angle of 58.26º 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 #C3C17E is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB195193126-
CMYK00.010.350.24
HSL58.26º36.51%62.94%-
HSV(B)58.26º35.38%76.47%-
XYZ45.3451.2527.24-
YUV185.9694.16134.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 193 (75.78% from 255) = 37.55%
BLUE value IS 126 (49.61% from 255) = 24.51%
R=37.94%
G=37.55%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519312600.010.350.2458.2636.5162.94
HexC3C17E0123183a253f
Octal303301176014330724577
Binary110000111100000111111100110001111000111010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C17E; }

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

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

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

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

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

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

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

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