Html Css Color HEX #C4C077 Pine Glade

📋 copy color: '#C4C077'

red 196 ◦ green 192 ◦ blue 119

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

Shades of Pine Glade #C4C077

Tints of Pine Glade #C4C077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 38.66%
G = 37.87%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C4C077 (or 0xC4C077) is known color: Pine Glade. HEX triplet: C4, C0 and 77. RGB value is (196,192,119). Sum of RGB (Red+Green+Blue) = 196+192+119=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C077 is #3B3F88. Grayscale: #B9B9B9. Windows color (decimal): -3882889 or 7848132. OLE color: 7848132.

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

Color convert

RGB 196 192 119 -
CMYK 0 0.02 0.39 0.23
HSL 56.88º 0.39% 0.62% -
HSV(B) 56.88º 0.39% 0.77% -
XYZ 44.94 50.77 24.88 -
YUV 184.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 196 192 119 0 0.02 0.39 0.23 56.88 0.39 0.62
Hex C4 C0 77 0 2 27 17 39 27 3E
Octal 304 300 167 0 2 47 27 71 47 76
Binary 11000100 11000000 1110111 0 10 100111 10111 111001 100111 111110

Color Harmonies of #C4C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C077

Black with #C4C077

Text Example


Text Example

White with #C4C077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C077; }

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

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

background-color css

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

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

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

border-color css

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

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

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