Html Css Color HEX #C5C287 Pine Glade

📋 copy color: '#C5C287'

red 197 ◦ green 194 ◦ blue 135

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

Shades of Pine Glade #C5C287

Tints of Pine Glade #C5C287

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.13% from 255) = 25.67%

R = 37.45%
G = 36.88%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C5C287 (or 0xC5C287) is known color: 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

RGB 197 194 135 -
CMYK 0 0.02 0.31 0.23
HSL 57.1º 0.35% 0.65% -
HSV(B) 57.1º 0.31% 0.77% -
XYZ 46.69 52.2 30.54 -
YUV 188.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 197 194 135 0 0.02 0.31 0.23 57.1 0.35 0.65
Hex C5 C2 87 0 2 1F 17 39 23 41
Octal 305 302 207 0 2 37 27 71 43 101
Binary 11000101 11000010 10000111 0 10 11111 10111 111001 100011 1000001

Color Harmonies of #C5C287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C287

Black with #C5C287

Text Example


Text Example

White with #C5C287

Text Example


Text Example

HTML Codes & Css Web 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>