#C16360

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

Shades of Sunglo #C16360

Tints of Sunglo #C16360

Color information

#C16360 (or 0xC16360) is unknown color: approx Sunglo. HEX triplet: C1, 63 and 60. RGB value is (193,99,96). Sum of RGB (Red+Green+Blue) = 193+99+96=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C16360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16360 is #3E9C9F. Grayscale: #7E7E7E. Windows color (decimal): -4103328 or 6316993. OLE color: 6316993.

HSL color Cylindrical-coordinate representation of color #C16360: hue angle of 1.86º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16360 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1939996-
CMYK00.490.500.24
HSL1.86º43.89%56.67%-
HSV(B)1.86º50.26%75.69%-
XYZ28.5721.1113.63-
YUV126.76110.64175.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.74%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=49.74%
G=25.52%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193999600.490.500.241.8643.8956.67
HexC16360031321822c39
Octal301143140061623025471
Binary110000011100011110000001100011100101100010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16360; }

 p { color: rgb(193,99,96); }

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

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

 a { background-color: rgb(193,99,96); }

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

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

 span { border-color: rgb(193,99,96); }

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