#C16459

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

Shades of Sunglo #C16459

Tints of Sunglo #C16459

Color information

#C16459 (or 0xC16459) is unknown color: approx Sunglo. HEX triplet: C1, 64 and 59. RGB value is (193,100,89). Sum of RGB (Red+Green+Blue) = 193+100+89=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C16459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16459 is #3E9BA6. Grayscale: #7E7E7E. Windows color (decimal): -4103079 or 5858497. OLE color: 5858497.

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

Color convert

RGB19310089-
CMYK00.480.540.24
HSL6.35º45.61%55.29%-
HSV(B)6.35º53.89%75.69%-
XYZ28.3521.1712.04-
YUV126.55106.81175.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 100 (39.45% from 255) = 26.18%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=50.52%
G=26.18%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931008900.480.540.246.3545.6155.29
HexC16459030361862e37
Octal301144131060663065667
Binary1100000111001001011001011000011011011000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16459; }

 p { color: rgb(193,100,89); }

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

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

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

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

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

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

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