#C1BF87

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

Shades of Pine Glade #C1BF87

Tints of Pine Glade #C1BF87

Color information

#C1BF87 (or 0xC1BF87) is unknown color: approx Pine Glade. HEX triplet: C1, BF and 87. RGB value is (193,191,135). Sum of RGB (Red+Green+Blue) = 193+191+135=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BF87 is #3E4078. Grayscale: #B9B9B9. Windows color (decimal): -4079737 or 8896449. OLE color: 8896449.

HSL color Cylindrical-coordinate representation of color #C1BF87: hue angle of 57.93º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1BF87 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB193191135-
CMYK00.010.300.24
HSL57.93º31.87%64.31%-
HSV(B)57.93º30.05%75.69%-
XYZ4550.3530.27-
YUV185.2199.66133.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.19%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 135 (53.12% from 255) = 26.01%
R=37.19%
G=36.80%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319113500.010.300.2457.9331.8764.31
HexC1BF87011E183a2040
Octal3012772070136307240100
Binary1100000110111111100001110111110110001110101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BF87; }

 p { color: rgb(193,191,135); }

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

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

 a { background-color: rgb(193,191,135); }

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

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

 span { border-color: rgb(193,191,135); }

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