Html Css Color HEX #C8C276 Pine Glade

📋 copy color: '#C8C276'

red 200 ◦ green 194 ◦ blue 118

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

Shades of Pine Glade #C8C276

Tints of Pine Glade #C8C276

RGB

 RED value IS 200 (78.52% from 255) = 39.06%

 GREEN value IS 194 (76.17% from 255) = 37.89%

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

R = 39.06%
G = 37.89%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C8C276 (or 0xC8C276) is known color: Pine Glade. HEX triplet: C8, C2 and 76. RGB value is (200,194,118). Sum of RGB (Red+Green+Blue) = 200+194+118=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C276 is #373D89. Grayscale: #BBBBBB. Windows color (decimal): -3620234 or 7783112. OLE color: 7783112.

HSL color Cylindrical-coordinate representation of color #C8C276: hue angle of 55.61º degrees, saturation: 0.43, 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 #C8C276 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 194 118 -
CMYK 0 0.03 0.41 0.22
HSL 55.61º 0.43% 0.62% -
HSV(B) 55.61º 0.41% 0.78% -
XYZ 46.38 52.17 24.76 -
YUV 187.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 200 194 118 0 0.03 0.41 0.22 55.61 0.43 0.62
Hex C8 C2 76 0 3 29 16 38 2B 3E
Octal 310 302 166 0 3 51 26 70 53 76
Binary 11001000 11000010 1110110 0 11 101001 10110 111000 101011 111110

Color Harmonies of #C8C276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C276

Black with #C8C276

Text Example


Text Example

White with #C8C276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C276; }

 p { color: rgb(200,194,118); }

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

background-color css

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

 a { background-color: rgb(200,194,118); }

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

border-color css

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

 span { border-color: rgb(200,194,118); }

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