#C5C181

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

Shades of Pine Glade #C5C181

Tints of Pine Glade #C5C181

Color information

#C5C181 (or 0xC5C181) is unknown color: approx Pine Glade. HEX triplet: C5, C1 and 81. RGB value is (197,193,129). Sum of RGB (Red+Green+Blue) = 197+193+129=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C181 is #3A3E7E. Grayscale: #BBBBBB. Windows color (decimal): -3817087 or 8503749. OLE color: 8503749.

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

Color convert

RGB197193129-
CMYK00.020.350.23
HSL56.47º36.96%63.92%-
HSV(B)56.47º34.52%77.25%-
XYZ46.0651.628.3-
YUV186.995.33135.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 129 (50.78% from 255) = 24.86%
R=37.96%
G=37.19%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719312900.020.350.2356.4736.9663.92
HexC5C181022317382540
Octal3053012010243277045100
Binary110001011100000110000001010100011101111110001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C181; }

 p { color: rgb(197,193,129); }

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

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

 a { background-color: rgb(197,193,129); }

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

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

 span { border-color: rgb(197,193,129); }

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