Html Css Color HEX #C8C870 Pine Glade

📋 copy color: '#C8C870'

red 200 ◦ green 200 ◦ blue 112

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

Shades of Pine Glade #C8C870

Tints of Pine Glade #C8C870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.88%

R = 39.06%
G = 39.06%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8C870 (or 0xC8C870) is known color: Pine Glade. HEX triplet: C8, C8 and 70. RGB value is (200,200,112). Sum of RGB (Red+Green+Blue) = 200+200+112=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C870 is #37378F. Grayscale: #BEBEBE. Windows color (decimal): -3618704 or 7391432. OLE color: 7391432.

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

Color convert

RGB 200 200 112 -
CMYK 0 0 0.44 0.22
HSL 60º 0.44% 0.61% -
HSV(B) 60º 0.44% 0.78% -
XYZ 47.4 54.76 23.4 -
YUV 189.97 84 135.16 -
System Red Green Blue C M Y K H S L
Decimal 200 200 112 0 0 0.44 0.22 60 0.44 0.61
Hex C8 C8 70 0 0 2C 16 3C 2C 3D
Octal 310 310 160 0 0 54 26 74 54 75
Binary 11001000 11001000 1110000 0 0 101100 10110 111100 101100 111101

Color Harmonies of #C8C870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C870

Black with #C8C870

Text Example


Text Example

White with #C8C870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C870; }

 p { color: rgb(200,200,112); }

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

background-color css

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

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

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

border-color css

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

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

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