#C8C571

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

Shades of Pine Glade #C8C571

Tints of Pine Glade #C8C571

Color information

#C8C571 (or 0xC8C571) is unknown color: approx Pine Glade. HEX triplet: C8, C5 and 71. RGB value is (200,197,113). Sum of RGB (Red+Green+Blue) = 200+197+113=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C571 is #373A8E. Grayscale: #BCBCBC. Windows color (decimal): -3619471 or 7456200. OLE color: 7456200.

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

Color convert

RGB200197113-
CMYK00.020.440.22
HSL57.93º44.16%61.37%-
HSV(B)57.93º43.5%78.43%-
XYZ46.7753.423.47-
YUV188.3285.49136.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 197 (77.34% from 255) = 38.63%
BLUE value IS 113 (44.53% from 255) = 22.16%
R=39.22%
G=38.63%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019711300.020.440.2257.9344.1661.37
HexC8C571022C163a2c3d
Octal310305161025426725475
Binary1100100011000101111000101010110010110111010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C571; }

 p { color: rgb(200,197,113); }

 H1.HeaderClassName
 {
   color: #C8C571;
 }
 .AnyTagClassName
 {
   color: #C8C571;
 }
</style>
background-color css

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

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

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

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

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

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