Html Css Color HEX #C8C770 Pine Glade

📋 copy color: '#C8C770'

red 200 ◦ green 199 ◦ blue 112

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

Shades of Pine Glade #C8C770

Tints of Pine Glade #C8C770

RGB

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

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

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

R = 39.14%
G = 38.94%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8C770 (or 0xC8C770) is known color: Pine Glade. HEX triplet: C8, C7 and 70. RGB value is (200,199,112). Sum of RGB (Red+Green+Blue) = 200+199+112=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C770 is #37388F. Grayscale: #BDBDBD. Windows color (decimal): -3618960 or 7391176. OLE color: 7391176.

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

Color convert

RGB 200 199 112 -
CMYK 0 0.00 0.44 0.22
HSL 59.32º 0.44% 0.61% -
HSV(B) 59.32º 0.44% 0.78% -
XYZ 47.17 54.3 23.32 -
YUV 189.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 200 199 112 0 0.00 0.44 0.22 59.32 0.44 0.61
Hex C8 C7 70 0 0 2C 16 3B 2C 3D
Octal 310 307 160 0 0 54 26 73 54 75
Binary 11001000 11000111 1110000 0 0 101100 10110 111011 101100 111101

Color Harmonies of #C8C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C770

Black with #C8C770

Text Example


Text Example

White with #C8C770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C770; }

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

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

background-color css

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

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

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

border-color css

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

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

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