Html Css Color HEX #C8C376 Pine Glade

📋 copy color: '#C8C376'

red 200 ◦ green 195 ◦ blue 118

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

Shades of Pine Glade #C8C376

Tints of Pine Glade #C8C376

RGB

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

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

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

R = 38.99%
G = 38.01%
B = 23%

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

#C8C376 (or 0xC8C376) is known color: Pine Glade. HEX triplet: C8, C3 and 76. RGB value is (200,195,118). Sum of RGB (Red+Green+Blue) = 200+195+118=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C376 is #373C89. Grayscale: #BCBCBC. Windows color (decimal): -3619978 or 7783368. OLE color: 7783368.

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

Color convert

RGB 200 195 118 -
CMYK 0 0.02 0.41 0.22
HSL 56.34º 0.43% 0.62% -
HSV(B) 56.34º 0.41% 0.78% -
XYZ 46.6 52.62 24.84 -
YUV 187.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 200 195 118 0 0.02 0.41 0.22 56.34 0.43 0.62
Hex C8 C3 76 0 2 29 16 38 2B 3E
Octal 310 303 166 0 2 51 26 70 53 76
Binary 11001000 11000011 1110110 0 10 101001 10110 111000 101011 111110

Color Harmonies of #C8C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C376

Black with #C8C376

Text Example


Text Example

White with #C8C376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C376; }

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

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

background-color css

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

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

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

border-color css

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

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

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