Html Css Color HEX #C9C576 Pine Glade

📋 copy color: '#C9C576'

red 201 ◦ green 197 ◦ blue 118

#C9C576
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #C9C576

Tints of Pine Glade #C9C576

RGB

 RED value IS 201 (78.91% from 255) = 38.95%

 GREEN value IS 197 (77.34% from 255) = 38.18%

 BLUE value IS 118 (46.48% from 255) = 22.87%

R = 38.95%
G = 38.18%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C9C576 (or 0xC9C576) is known color: Pine Glade. HEX triplet: C9, C5 and 76. RGB value is (201,197,118). Sum of RGB (Red+Green+Blue) = 201+197+118=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C576 is #363A89. Grayscale: #BDBDBD. Windows color (decimal): -3553930 or 7783881. OLE color: 7783881.

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

Color convert

RGB 201 197 118 -
CMYK 0 0.02 0.41 0.21
HSL 57.11º 0.43% 0.63% -
HSV(B) 57.11º 0.41% 0.79% -
XYZ 47.32 53.66 25 -
YUV 189.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 201 197 118 0 0.02 0.41 0.21 57.11 0.43 0.63
Hex C9 C5 76 0 2 29 15 39 2B 3F
Octal 311 305 166 0 2 51 25 71 53 77
Binary 11001001 11000101 1110110 0 10 101001 10101 111001 101011 111111

Color Harmonies of #C9C576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C576

Black with #C9C576

Text Example


Text Example

White with #C9C576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C576; }

 p { color: rgb(201,197,118); }

 H1.HeaderClassName
 {
   color: #C9C576;
 }
 .AnyTagClassName
 {
   color: #C9C576;
 }
</style>

background-color css

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

 a { background-color: rgb(201,197,118); }

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

border-color css

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

 span { border-color: rgb(201,197,118); }

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