#C9C474

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

Shades of Pine Glade #C9C474

Tints of Pine Glade #C9C474

Color information

#C9C474 (or 0xC9C474) is unknown color: approx Pine Glade. HEX triplet: C9, C4 and 74. RGB value is (201,196,116). Sum of RGB (Red+Green+Blue) = 201+196+116=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C474 is #363B8B. Grayscale: #BCBCBC. Windows color (decimal): -3554188 or 7652553. OLE color: 7652553.

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

Color convert

RGB201196116-
CMYK00.020.420.21
HSL56.47º44.04%62.16%-
HSV(B)56.47º42.29%78.82%-
XYZ46.9853.1624.31-
YUV188.3787.16137-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.18%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 116 (45.70% from 255) = 22.61%
R=39.18%
G=38.21%
B=22.61%

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
Decimal20119611600.020.420.2156.4744.0462.16
HexC9C474022A15382c3e
Octal311304164025225705476
Binary1100100111000100111010001010101010101111000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C474; }

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

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

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

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

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

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

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

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