#C16993

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

Shades of Hopbush #C16993

Tints of Hopbush #C16993

Color information

#C16993 (or 0xC16993) is unknown color: approx Hopbush. HEX triplet: C1, 69 and 93. RGB value is (193,105,147). Sum of RGB (Red+Green+Blue) = 193+105+147=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C16993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16993 is #3E966C. Grayscale: #888888. Windows color (decimal): -4101741 or 9660865. OLE color: 9660865.

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

Color convert

RGB193105147-
CMYK00.460.240.24
HSL331.36º41.51%58.43%-
HSV(B)331.36º45.6%75.69%-
XYZ32.3123.5530.45-
YUV136.1134.15168.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=43.37%
G=23.60%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310514700.460.240.24331.3641.5158.43
HexC1699302E181814b2a3a
Octal30115122305630305135272
Binary1100000111010011001001101011101100011000101001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16993; }

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

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

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

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

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

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

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

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