#C5C174

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

Shades of Pine Glade #C5C174

Tints of Pine Glade #C5C174

Color information

#C5C174 (or 0xC5C174) is unknown color: approx Pine Glade. HEX triplet: C5, C1 and 74. RGB value is (197,193,116). Sum of RGB (Red+Green+Blue) = 197+193+116=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C174 is #3A3E8B. Grayscale: #B9B9B9. Windows color (decimal): -3817100 or 7651781. OLE color: 7651781.

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

Color convert

RGB197193116-
CMYK00.020.410.23
HSL57.04º41.12%61.37%-
HSV(B)57.04º41.12%77.25%-
XYZ45.2551.2724.03-
YUV185.4288.83136.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=38.93%
G=38.14%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719311600.020.410.2357.0441.1261.37
HexC5C17402291739293d
Octal305301164025127715175
Binary1100010111000001111010001010100110111111001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C174; }

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

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

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

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

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

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

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

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