#c1c084

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

Shades of Pine Glade #C1C084

Tints of Pine Glade #C1C084

Color information

#C1C084 (or 0xC1C084) is unknown color: approx Pine Glade. HEX triplet: C1, C0 and 84. RGB value is (193,192,132). Sum of RGB (Red+Green+Blue) = 193+192+132=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C084 is #3E3F7B. Grayscale: #B9B9B9. Windows color (decimal): -4079484 or 8700097. OLE color: 8700097.

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

Color convert

RGB193192132-
CMYK00.010.320.24
HSL59.02º32.97%63.73%-
HSV(B)59.02º31.61%75.69%-
XYZ45.0150.729.24-
YUV185.4697.83133.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.33%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=37.33%
G=37.14%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319213200.010.320.2459.0232.9763.73
HexC1C0840120183b2140
Octal3013002040140307341100
Binary11000001110000001000010001100000110001110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1c084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1c084; }

 p { color: rgb(193,192,132); }

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

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

 a { background-color: rgb(193,192,132); }

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

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

 span { border-color: rgb(193,192,132); }

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