#C8C770

Color #C8C770 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C8C770

Tints of Pine Glade #C8C770

Color information

#C8C770 (or 0xC8C770) is unknown color: approx 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

RGB200199112-
CMYK00.000.440.22
HSL59.32º44.44%61.18%-
HSV(B)59.32º44%78.43%-
XYZ47.1754.323.32-
YUV189.3884.33135.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 199 (78.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019911200.000.440.2259.3244.4461.18
HexC8C770002C163b2c3d
Octal310307160005426735475
Binary110010001100011111100000010110010110111011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>