Html Css Color HEX #C8C772 Pine Glade

📋 copy color: '#C8C772'

red 200 ◦ green 199 ◦ blue 114

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

Shades of Pine Glade #C8C772

Tints of Pine Glade #C8C772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.22%

R = 38.99%
G = 38.79%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C8C772 (or 0xC8C772) is known color: Pine Glade. HEX triplet: C8, C7 and 72. RGB value is (200,199,114). Sum of RGB (Red+Green+Blue) = 200+199+114=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C772 is #37388D. Grayscale: #BDBDBD. Windows color (decimal): -3618958 or 7522248. OLE color: 7522248.

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

Color convert

RGB 200 199 114 -
CMYK 0 0.00 0.43 0.22
HSL 59.3º 0.44% 0.62% -
HSV(B) 59.3º 0.43% 0.78% -
XYZ 47.28 54.34 23.92 -
YUV 189.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 200 199 114 0 0.00 0.43 0.22 59.3 0.44 0.62
Hex C8 C7 72 0 0 2B 16 3B 2C 3E
Octal 310 307 162 0 0 53 26 73 54 76
Binary 11001000 11000111 1110010 0 0 101011 10110 111011 101100 111110

Color Harmonies of #C8C772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C772

Black with #C8C772

Text Example


Text Example

White with #C8C772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C772; }

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

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

background-color css

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

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

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

border-color css

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

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

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