#C1C179

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

Shades of Pine Glade #C1C179

Tints of Pine Glade #C1C179

Color information

#C1C179 (or 0xC1C179) is unknown color: approx Pine Glade. HEX triplet: C1, C1 and 79. RGB value is (193,193,121). Sum of RGB (Red+Green+Blue) = 193+193+121=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C179 is #3E3E86. Grayscale: #B9B9B9. Windows color (decimal): -4079239 or 7979457. OLE color: 7979457.

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

Color convert

RGB193193121-
CMYK000.370.24
HSL60º36.73%61.57%-
HSV(B)60º37.31%75.69%-
XYZ44.5150.8625.56-
YUV184.7992133.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=38.07%
G=38.07%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193193121000.370.246036.7361.57
HexC1C1790025183c253e
Octal301301171004530744576
Binary110000011100000111110010010010111000111100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C179; }

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

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

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

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

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

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

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

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