#C3BD7D

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

Shades of Pine Glade #C3BD7D

Tints of Pine Glade #C3BD7D

Color information

#C3BD7D (or 0xC3BD7D) is unknown color: approx Pine Glade. HEX triplet: C3, BD and 7D. RGB value is (195,189,125). Sum of RGB (Red+Green+Blue) = 195+189+125=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD7D is #3C4282. Grayscale: #B7B7B7. Windows color (decimal): -3949187 or 8240579. OLE color: 8240579.

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

Color convert

RGB195189125-
CMYK00.030.360.24
HSL54.86º36.84%62.75%-
HSV(B)54.86º35.9%76.47%-
XYZ44.449.4826.61-
YUV183.594.99136.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.31%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 125 (49.22% from 255) = 24.56%
R=38.31%
G=37.13%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518912500.030.360.2454.8636.8462.75
HexC3BD7D03241837253f
Octal303275175034430674577
Binary1100001110111101111110101110010011000110111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD7D; }

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

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

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

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

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

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

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

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