#C16558

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

Shades of Sunglo #C16558

Tints of Sunglo #C16558

Color information

#C16558 (or 0xC16558) is unknown color: approx Sunglo. HEX triplet: C1, 65 and 58. RGB value is (193,101,88). Sum of RGB (Red+Green+Blue) = 193+101+88=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C16558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16558 is #3E9AA7. Grayscale: #7F7F7F. Windows color (decimal): -4102824 or 5793217. OLE color: 5793217.

HSL color Cylindrical-coordinate representation of color #C16558: hue angle of 7.43º 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 #C16558 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19310188-
CMYK00.480.540.24
HSL7.43º45.85%55.1%-
HSV(B)7.43º54.4%75.69%-
XYZ28.4121.3511.86-
YUV127.03105.98175.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 88 (34.77% from 255) = 23.04%
R=50.52%
G=26.44%
B=23.04%

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
Decimal1931018800.480.540.247.4345.8555.1
HexC16558030361872e37
Octal301145130060663075667
Binary1100000111001011011000011000011011011000111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16558; }

 p { color: rgb(193,101,88); }

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

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

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

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

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

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

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