#C9C475

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

Shades of Pine Glade #C9C475

Tints of Pine Glade #C9C475

Color information

#C9C475 (or 0xC9C475) is unknown color: approx Pine Glade. HEX triplet: C9, C4 and 75. RGB value is (201,196,117). Sum of RGB (Red+Green+Blue) = 201+196+117=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C475 is #363B8A. Grayscale: #BCBCBC. Windows color (decimal): -3554187 or 7718089. OLE color: 7718089.

HSL color Cylindrical-coordinate representation of color #C9C475: hue angle of 56.43º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9C475 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB201196117-
CMYK00.020.420.21
HSL56.43º43.75%62.35%-
HSV(B)56.43º41.79%78.82%-
XYZ47.0453.1824.62-
YUV188.4987.66136.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.11%
GREEN value IS 196 (76.95% from 255) = 38.13%
BLUE value IS 117 (46.09% from 255) = 22.76%
R=39.11%
G=38.13%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119611700.020.420.2156.4343.7562.35
HexC9C475022A15382c3e
Octal311304165025225705476
Binary1100100111000100111010101010101010101111000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C475; }

 p { color: rgb(201,196,117); }

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

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

 a { background-color: rgb(201,196,117); }

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

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

 span { border-color: rgb(201,196,117); }

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