#C3C174

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

Shades of Pine Glade #C3C174

Tints of Pine Glade #C3C174

Color information

#C3C174 (or 0xC3C174) is unknown color: approx Pine Glade. HEX triplet: C3, C1 and 74. RGB value is (195,193,116). Sum of RGB (Red+Green+Blue) = 195+193+116=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C174 is #3C3E8B. Grayscale: #B9B9B9. Windows color (decimal): -3948172 or 7651779. OLE color: 7651779.

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

Color convert

RGB195193116-
CMYK00.010.410.24
HSL58.48º39.7%60.98%-
HSV(B)58.48º40.51%76.47%-
XYZ44.735124.01-
YUV184.8289.16135.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=38.69%
G=38.29%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519311600.010.410.2458.4839.760.98
HexC3C1740129183a283d
Octal303301164015130725075
Binary110000111100000111101000110100111000111010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C174; }

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

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

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

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

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

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

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

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