#C16656

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

Shades of Sunglo #C16656

Tints of Sunglo #C16656

Color information

#C16656 (or 0xC16656) is unknown color: approx Sunglo. HEX triplet: C1, 66 and 56. RGB value is (193,102,86). Sum of RGB (Red+Green+Blue) = 193+102+86=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C16656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16656 is #3E99A9. Grayscale: #7F7F7F. Windows color (decimal): -4102570 or 5662401. OLE color: 5662401.

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

Color convert

RGB19310286-
CMYK00.470.550.24
HSL8.97º46.32%54.71%-
HSV(B)8.97º55.44%75.69%-
XYZ28.4221.5111.46-
YUV127.38104.65174.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=50.66%
G=26.77%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931028600.470.550.248.9746.3254.71
HexC1665602F371892e37
Octal3011461260576730115667
Binary11000001110011010101100101111110111110001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16656; }

 p { color: rgb(193,102,86); }

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

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

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

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

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

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

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