#C1C573

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

Shades of Pine Glade #C1C573

Tints of Pine Glade #C1C573

Color information

#C1C573 (or 0xC1C573) is unknown color: approx Pine Glade. HEX triplet: C1, C5 and 73. RGB value is (193,197,115). Sum of RGB (Red+Green+Blue) = 193+197+115=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C573 is #3E3A8C. Grayscale: #BABABA. Windows color (decimal): -4078221 or 7587265. OLE color: 7587265.

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

Color convert

RGB193197115-
CMYK0.0200.420.23
HSL62.93º41.41%61.18%-
HSV(B)62.93º41.62%77.25%-
XYZ45.0552.5123.98-
YUV186.4687.67132.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.22%
GREEN value IS 197 (77.34% from 255) = 39.01%
BLUE value IS 115 (45.31% from 255) = 22.77%
R=38.22%
G=39.01%
B=22.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931971150.0200.420.2362.9341.4161.18
HexC1C573202A173f293d
Octal301305163205227775175
Binary1100000111000101111001110010101010111111111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C573; }

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

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

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

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

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

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

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

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