Html Css Color HEX #C9C473 Pine Glade

📋 copy color: '#C9C473'

red 201 ◦ green 196 ◦ blue 115

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

Shades of Pine Glade #C9C473

Tints of Pine Glade #C9C473

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.28%

 BLUE value IS 115 (45.31% from 255) = 22.46%

R = 39.26%
G = 38.28%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C9C473 (or 0xC9C473) is known color: Pine Glade. HEX triplet: C9, C4 and 73. RGB value is (201,196,115). Sum of RGB (Red+Green+Blue) = 201+196+115=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C473 is #363B8C. Grayscale: #BCBCBC. Windows color (decimal): -3554189 or 7587017. OLE color: 7587017.

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

Color convert

RGB 201 196 115 -
CMYK 0 0.02 0.43 0.21
HSL 56.51º 0.44% 0.62% -
HSV(B) 56.51º 0.43% 0.79% -
XYZ 46.92 53.14 24 -
YUV 188.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 201 196 115 0 0.02 0.43 0.21 56.51 0.44 0.62
Hex C9 C4 73 0 2 2B 15 39 2C 3E
Octal 311 304 163 0 2 53 25 71 54 76
Binary 11001001 11000100 1110011 0 10 101011 10101 111001 101100 111110

Color Harmonies of #C9C473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C473

Black with #C9C473

Text Example


Text Example

White with #C9C473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C473; }

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

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

background-color css

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

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

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

border-color css

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

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

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