#C5C287

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

Shades of Pine Glade #C5C287

Tints of Pine Glade #C5C287

Color information

#C5C287 (or 0xC5C287) is unknown color: approx Pine Glade. HEX triplet: C5, C2 and 87. RGB value is (197,194,135). Sum of RGB (Red+Green+Blue) = 197+194+135=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C287 is #3A3D78. Grayscale: #BCBCBC. Windows color (decimal): -3816825 or 8897221. OLE color: 8897221.

HSL color Cylindrical-coordinate representation of color #C5C287: hue angle of 57.1º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5C287 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB197194135-
CMYK00.020.310.23
HSL57.1º34.83%65.1%-
HSV(B)57.1º31.47%77.25%-
XYZ46.6952.230.54-
YUV188.1797.99134.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 194 (76.17% from 255) = 36.88%
BLUE value IS 135 (53.12% from 255) = 25.67%
R=37.45%
G=36.88%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719413500.020.310.2357.134.8365.1
HexC5C287021F17392341
Octal3053022070237277143101
Binary11000101110000101000011101011111101111110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C287; }

 p { color: rgb(197,194,135); }

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

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

 a { background-color: rgb(197,194,135); }

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

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

 span { border-color: rgb(197,194,135); }

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