#c16a5b

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

Shades of Sunglo #C16A5B

Tints of Sunglo #C16A5B

Color information

#C16A5B (or 0xC16A5B) is unknown color: approx Sunglo. HEX triplet: C1, 6A and 5B. RGB value is (193,106,91). Sum of RGB (Red+Green+Blue) = 193+106+91=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16A5B is #3E95A4. Grayscale: #828282. Windows color (decimal): -4101541 or 5991105. OLE color: 5991105.

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

Color convert

RGB19310691-
CMYK00.450.530.24
HSL8.82º45.13%55.69%-
HSV(B)8.82º52.85%75.69%-
XYZ29.0322.412.69-
YUV130.3105.82172.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.49%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 91 (35.94% from 255) = 23.33%
R=49.49%
G=27.18%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931069100.450.530.248.8245.1355.69
HexC16A5B02D351892d38
Octal3011521330556530115570
Binary11000001110101010110110101101110101110001001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c16a5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c16a5b; }

 p { color: rgb(193,106,91); }

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

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

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

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

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

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

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