#C16994

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

Shades of Hopbush #C16994

Tints of Hopbush #C16994

Color information

#C16994 (or 0xC16994) is unknown color: approx Hopbush. HEX triplet: C1, 69 and 94. RGB value is (193,105,148). Sum of RGB (Red+Green+Blue) = 193+105+148=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C16994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16994 is #3E966B. Grayscale: #888888. Windows color (decimal): -4101740 or 9726401. OLE color: 9726401.

HSL color Cylindrical-coordinate representation of color #C16994: hue angle of 330.68º 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 #C16994 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB193105148-
CMYK00.460.230.24
HSL330.68º41.51%58.43%-
HSV(B)330.68º45.6%75.69%-
XYZ32.3923.5830.86-
YUV136.21134.65168.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.27%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=43.27%
G=23.54%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310514800.460.230.24330.6841.5158.43
HexC1699402E171814b2a3a
Octal30115122405627305135272
Binary1100000111010011001010001011101011111000101001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16994; }

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

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

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

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

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

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

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

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