#C1C175

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

Shades of Pine Glade #C1C175

Tints of Pine Glade #C1C175

Color information

#C1C175 (or 0xC1C175) is unknown color: approx Pine Glade. HEX triplet: C1, C1 and 75. RGB value is (193,193,117). Sum of RGB (Red+Green+Blue) = 193+193+117=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C175 is #3E3E8A. Grayscale: #B8B8B8. Windows color (decimal): -4079243 or 7717313. OLE color: 7717313.

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

Color convert

RGB193193117-
CMYK000.390.24
HSL60º38%60.78%-
HSV(B)60º39.38%75.69%-
XYZ44.2750.7624.29-
YUV184.3490134.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=38.37%
G=38.37%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193193117000.390.24603860.78
HexC1C1750027183c263d
Octal301301165004730744675
Binary110000011100000111101010010011111000111100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C175; }

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

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

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

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

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

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

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

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