#C5C175

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

Shades of Pine Glade #C5C175

Tints of Pine Glade #C5C175

Color information

#C5C175 (or 0xC5C175) is unknown color: approx Pine Glade. HEX triplet: C5, C1 and 75. RGB value is (197,193,117). Sum of RGB (Red+Green+Blue) = 197+193+117=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C175 is #3A3E8A. Grayscale: #B9B9B9. Windows color (decimal): -3817099 or 7717317. OLE color: 7717317.

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

Color convert

RGB197193117-
CMYK00.020.410.23
HSL57º40.82%61.57%-
HSV(B)57º40.61%77.25%-
XYZ45.3151.2924.34-
YUV185.5389.33136.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=38.86%
G=38.07%
B=23.08%

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
Decimal19719311700.020.410.235740.8261.57
HexC5C17502291739293e
Octal305301165025127715176
Binary1100010111000001111010101010100110111111001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C175; }

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

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

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

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

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

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

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

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