Html Css Color HEX #C8C774 Pine Glade

📋 copy color: '#C8C774'

red 200 ◦ green 199 ◦ blue 116

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

Shades of Pine Glade #C8C774

Tints of Pine Glade #C8C774

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.64%

 BLUE value IS 116 (45.7% from 255) = 22.52%

R = 38.83%
G = 38.64%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C8C774 (or 0xC8C774) is known color: Pine Glade. HEX triplet: C8, C7 and 74. RGB value is (200,199,116). Sum of RGB (Red+Green+Blue) = 200+199+116=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C774 is #37388B. Grayscale: #BEBEBE. Windows color (decimal): -3618956 or 7653320. OLE color: 7653320.

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

Color convert

RGB 200 199 116 -
CMYK 0 0.00 0.42 0.22
HSL 59.29º 0.43% 0.62% -
HSV(B) 59.29º 0.42% 0.78% -
XYZ 47.4 54.39 24.52 -
YUV 189.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 200 199 116 0 0.00 0.42 0.22 59.29 0.43 0.62
Hex C8 C7 74 0 0 2A 16 3B 2B 3E
Octal 310 307 164 0 0 52 26 73 53 76
Binary 11001000 11000111 1110100 0 0 101010 10110 111011 101011 111110

Color Harmonies of #C8C774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C774

Black with #C8C774

Text Example


Text Example

White with #C8C774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C774; }

 p { color: rgb(200,199,116); }

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

background-color css

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

 a { background-color: rgb(200,199,116); }

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

border-color css

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

 span { border-color: rgb(200,199,116); }

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