#C16A8E

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

Shades of Hopbush #C16A8E

Tints of Hopbush #C16A8E

Color information

#C16A8E (or 0xC16A8E) is unknown color: approx Hopbush. HEX triplet: C1, 6A and 8E. RGB value is (193,106,142). Sum of RGB (Red+Green+Blue) = 193+106+142=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16A8E is #3E9571. Grayscale: #888888. Windows color (decimal): -4101490 or 9333441. OLE color: 9333441.

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

Color convert

RGB193106142-
CMYK00.450.260.24
HSL335.17º41.23%58.63%-
HSV(B)335.17º45.08%75.69%-
XYZ32.0323.628.46-
YUV136.12131.32168.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=43.76%
G=24.04%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310614200.450.260.24335.1741.2358.63
HexC16A8E02D1A1814f293b
Octal30115221605532305175173
Binary1100000111010101000111001011011101011000101001111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16A8E; }

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

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

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

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

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

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

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

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