#C163A7

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

Shades of Hopbush #C163A7

Tints of Hopbush #C163A7

Color information

#C163A7 (or 0xC163A7) is unknown color: approx Hopbush. HEX triplet: C1, 63 and A7. RGB value is (193,99,167). Sum of RGB (Red+Green+Blue) = 193+99+167=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C163A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C163A7 is #3E9C58. Grayscale: #868686. Windows color (decimal): -4103257 or 10970049. OLE color: 10970049.

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

Color convert

RGB19399167-
CMYK00.490.130.24
HSL316.6º43.12%57.25%-
HSV(B)316.6º48.7%75.69%-
XYZ33.4323.0539.25-
YUV134.86146.14169.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 99 (39.06% from 255) = 21.57%
BLUE value IS 167 (65.62% from 255) = 36.38%
R=42.05%
G=21.57%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939916700.490.130.24316.643.1257.25
HexC163A7031D1813d2b39
Octal30114324706115304755371
Binary110000011100011101001110110001110111000100111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C163A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C163A7; }

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

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

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

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

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

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

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

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