Html Css Color HEX #C4C079 Pine Glade

📋 copy color: '#C4C079'

red 196 ◦ green 192 ◦ blue 121

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

Shades of Pine Glade #C4C079

Tints of Pine Glade #C4C079

RGB

 RED value IS 196 (76.95% from 255) = 38.51%

 GREEN value IS 192 (75.39% from 255) = 37.72%

 BLUE value IS 121 (47.66% from 255) = 23.77%

R = 38.51%
G = 37.72%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4C079 (or 0xC4C079) is known color: Pine Glade. HEX triplet: C4, C0 and 79. RGB value is (196,192,121). Sum of RGB (Red+Green+Blue) = 196+192+121=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C079 is #3B3F86. Grayscale: #B9B9B9. Windows color (decimal): -3882887 or 7979204. OLE color: 7979204.

HSL color Cylindrical-coordinate representation of color #C4C079: hue angle of 56.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4C079 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 121 -
CMYK 0 0.02 0.38 0.23
HSL 56.8º 0.39% 0.62% -
HSV(B) 56.8º 0.38% 0.77% -
XYZ 45.07 50.82 25.52 -
YUV 185.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 196 192 121 0 0.02 0.38 0.23 56.8 0.39 0.62
Hex C4 C0 79 0 2 26 17 39 27 3E
Octal 304 300 171 0 2 46 27 71 47 76
Binary 11000100 11000000 1111001 0 10 100110 10111 111001 100111 111110

Color Harmonies of #C4C079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C079

Black with #C4C079

Text Example


Text Example

White with #C4C079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C079; }

 p { color: rgb(196,192,121); }

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

background-color css

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

 a { background-color: rgb(196,192,121); }

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

border-color css

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

 span { border-color: rgb(196,192,121); }

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