#c3bd7e

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

Shades of Pine Glade #C3BD7E

Tints of Pine Glade #C3BD7E

Color information

#C3BD7E (or 0xC3BD7E) is unknown color: approx Pine Glade. HEX triplet: C3, BD and 7E. RGB value is (195,189,126). Sum of RGB (Red+Green+Blue) = 195+189+126=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD7E is #3C4281. Grayscale: #B7B7B7. Windows color (decimal): -3949186 or 8306115. OLE color: 8306115.

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

Color convert

RGB195189126-
CMYK00.030.350.24
HSL54.78º36.51%62.94%-
HSV(B)54.78º35.38%76.47%-
XYZ44.4749.526.95-
YUV183.6195.49136.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 189 (74.22% from 255) = 37.06%
BLUE value IS 126 (49.61% from 255) = 24.71%
R=38.24%
G=37.06%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518912600.030.350.2454.7836.5162.94
HexC3BD7E03231837253f
Octal303275176034330674577
Binary1100001110111101111111001110001111000110111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3bd7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3bd7e; }

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

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

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

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

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

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

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

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