#C16699

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

Shades of Hopbush #C16699

Tints of Hopbush #C16699

Color information

#C16699 (or 0xC16699) is unknown color: approx Hopbush. HEX triplet: C1, 66 and 99. RGB value is (193,102,153). Sum of RGB (Red+Green+Blue) = 193+102+153=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C16699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16699 is #3E9966. Grayscale: #868686. Windows color (decimal): -4102503 or 10053313. OLE color: 10053313.

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

Color convert

RGB193102153-
CMYK00.470.210.24
HSL326.37º42.33%57.84%-
HSV(B)326.37º47.15%75.69%-
XYZ32.4923.1432.89-
YUV135.02138.15169.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.08%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 153 (60.16% from 255) = 34.15%
R=43.08%
G=22.77%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310215300.470.210.24326.3742.3357.84
HexC1669902F15181462a3a
Octal30114623105725305065272
Binary1100000111001101001100101011111010111000101000110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16699; }

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

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

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

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

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

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

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

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