Html Css Color HEX #C8C773 Pine Glade

📋 copy color: '#C8C773'

red 200 ◦ green 199 ◦ blue 115

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

Shades of Pine Glade #C8C773

Tints of Pine Glade #C8C773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.37%

R = 38.91%
G = 38.72%
B = 22.37%

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

#C8C773 (or 0xC8C773) is known color: Pine Glade. HEX triplet: C8, C7 and 73. RGB value is (200,199,115). Sum of RGB (Red+Green+Blue) = 200+199+115=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C773 is #37388C. Grayscale: #BEBEBE. Windows color (decimal): -3618957 or 7587784. OLE color: 7587784.

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

Color convert

RGB 200 199 115 -
CMYK 0 0.00 0.42 0.22
HSL 59.29º 0.44% 0.62% -
HSV(B) 59.29º 0.43% 0.78% -
XYZ 47.34 54.36 24.22 -
YUV 189.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 200 199 115 0 0.00 0.42 0.22 59.29 0.44 0.62
Hex C8 C7 73 0 0 2A 16 3B 2C 3E
Octal 310 307 163 0 0 52 26 73 54 76
Binary 11001000 11000111 1110011 0 0 101010 10110 111011 101100 111110

Color Harmonies of #C8C773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C773

Black with #C8C773

Text Example


Text Example

White with #C8C773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C773; }

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

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

background-color css

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

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

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

border-color css

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

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

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