#C3C07D

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

Shades of Pine Glade #C3C07D

Tints of Pine Glade #C3C07D

Color information

#C3C07D (or 0xC3C07D) is unknown color: approx Pine Glade. HEX triplet: C3, C0 and 7D. RGB value is (195,192,125). Sum of RGB (Red+Green+Blue) = 195+192+125=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C07D is #3C3F82. Grayscale: #B9B9B9. Windows color (decimal): -3948419 or 8241347. OLE color: 8241347.

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

Color convert

RGB195192125-
CMYK00.020.360.24
HSL57.43º36.84%62.75%-
HSV(B)57.43º35.9%76.47%-
XYZ45.0650.7826.83-
YUV185.2693.99134.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 192 (75.39% from 255) = 37.5%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=38.09%
G=37.5%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519212500.020.360.2457.4336.8462.75
HexC3C07D02241839253f
Octal303300175024430714577
Binary1100001111000000111110101010010011000111001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C07D; }

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

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

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

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

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

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

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

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