Html Css Color HEX #C7C376 Pine Glade

📋 copy color: '#C7C376'

red 199 ◦ green 195 ◦ blue 118

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

Shades of Pine Glade #C7C376

Tints of Pine Glade #C7C376

RGB

 RED value IS 199 (78.13% from 255) = 38.87%

 GREEN value IS 195 (76.56% from 255) = 38.09%

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

R = 38.87%
G = 38.09%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7C376 (or 0xC7C376) is known color: Pine Glade. HEX triplet: C7, C3 and 76. RGB value is (199,195,118). Sum of RGB (Red+Green+Blue) = 199+195+118=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C376 is #383C89. Grayscale: #BBBBBB. Windows color (decimal): -3685514 or 7783367. OLE color: 7783367.

HSL color Cylindrical-coordinate representation of color #C7C376: hue angle of 57.04º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7C376 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 195 118 -
CMYK 0 0.02 0.41 0.22
HSL 57.04º 0.42% 0.62% -
HSV(B) 57.04º 0.41% 0.78% -
XYZ 46.34 52.48 24.83 -
YUV 187.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 199 195 118 0 0.02 0.41 0.22 57.04 0.42 0.62
Hex C7 C3 76 0 2 29 16 39 2A 3E
Octal 307 303 166 0 2 51 26 71 52 76
Binary 11000111 11000011 1110110 0 10 101001 10110 111001 101010 111110

Color Harmonies of #C7C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C376

Black with #C7C376

Text Example


Text Example

White with #C7C376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C376; }

 p { color: rgb(199,195,118); }

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

background-color css

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

 a { background-color: rgb(199,195,118); }

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

border-color css

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

 span { border-color: rgb(199,195,118); }

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