#C16999

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

Shades of Hopbush #C16999

Tints of Hopbush #C16999

Color information

#C16999 (or 0xC16999) is unknown color: approx Hopbush. HEX triplet: C1, 69 and 99. RGB value is (193,105,153). Sum of RGB (Red+Green+Blue) = 193+105+153=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C16999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16999 is #3E9666. Grayscale: #888888. Windows color (decimal): -4101735 or 10054081. OLE color: 10054081.

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

Color convert

RGB193105153-
CMYK00.460.210.24
HSL327.27º41.51%58.43%-
HSV(B)327.27º45.6%75.69%-
XYZ32.7923.7432.99-
YUV136.78137.15168.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=42.79%
G=23.28%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310515300.460.210.24327.2741.5158.43
HexC1699902E15181472a3a
Octal30115123105625305075272
Binary1100000111010011001100101011101010111000101000111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16999; }

 p { color: rgb(193,105,153); }

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

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

 a { background-color: rgb(193,105,153); }

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

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

 span { border-color: rgb(193,105,153); }

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