#C16B94

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

Shades of Hopbush #C16B94

Tints of Hopbush #C16B94

Color information

#C16B94 (or 0xC16B94) is unknown color: approx Hopbush. HEX triplet: C1, 6B and 94. RGB value is (193,107,148). Sum of RGB (Red+Green+Blue) = 193+107+148=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16B94 is #3E946B. Grayscale: #898989. Windows color (decimal): -4101228 or 9726913. OLE color: 9726913.

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

Color convert

RGB193107148-
CMYK00.450.230.24
HSL331.4º40.95%58.82%-
HSV(B)331.4º44.56%75.69%-
XYZ32.623.9930.93-
YUV137.39133.99167.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.08%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 148 (58.20% from 255) = 33.04%
R=43.08%
G=23.88%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310714800.450.230.24331.440.9558.82
HexC16B9402D171814b293b
Octal30115322405527305135173
Binary1100000111010111001010001011011011111000101001011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16B94; }

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

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

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

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

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

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

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

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