#C3C47D

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

Shades of Pine Glade #C3C47D

Tints of Pine Glade #C3C47D

Color information

#C3C47D (or 0xC3C47D) is unknown color: approx Pine Glade. HEX triplet: C3, C4 and 7D. RGB value is (195,196,125). Sum of RGB (Red+Green+Blue) = 195+196+125=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C47D is #3C3B82. Grayscale: #BBBBBB. Windows color (decimal): -3947395 or 8242371. OLE color: 8242371.

HSL color Cylindrical-coordinate representation of color #C3C47D: hue angle of 60.85º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3C47D is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB195196125-
CMYK0.0100.360.23
HSL60.85º37.57%62.94%-
HSV(B)60.85º36.22%76.86%-
XYZ45.9552.5627.13-
YUV187.6192.67133.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=37.79%
G=37.98%
B=24.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951961250.0100.360.2360.8537.5762.94
HexC3C47D1024173d263f
Octal303304175104427754677
Binary110000111100010011111011010010010111111101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C47D; }

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

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

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

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

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

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

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

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