#C3BE7D

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

Shades of Pine Glade #C3BE7D

Tints of Pine Glade #C3BE7D

Color information

#C3BE7D (or 0xC3BE7D) is unknown color: approx Pine Glade. HEX triplet: C3, BE and 7D. RGB value is (195,190,125). Sum of RGB (Red+Green+Blue) = 195+190+125=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BE7D is #3C4182. Grayscale: #B8B8B8. Windows color (decimal): -3948931 or 8240835. OLE color: 8240835.

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

Color convert

RGB195190125-
CMYK00.030.360.24
HSL55.71º36.84%62.75%-
HSV(B)55.71º35.9%76.47%-
XYZ44.6249.9126.68-
YUV184.0894.66135.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 125 (49.22% from 255) = 24.51%
R=38.24%
G=37.25%
B=24.51%

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
Decimal19519012500.030.360.2455.7136.8462.75
HexC3BE7D03241838253f
Octal303276175034430704577
Binary1100001110111110111110101110010011000111000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE7D; }

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

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

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

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

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

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

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

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