#C16F96

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

Shades of Hopbush #C16F96

Tints of Hopbush #C16F96

Color information

#C16F96 (or 0xC16F96) is unknown color: approx Hopbush. HEX triplet: C1, 6F and 96. RGB value is (193,111,150). Sum of RGB (Red+Green+Blue) = 193+111+150=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16F96 is #3E9069. Grayscale: #8B8B8B. Windows color (decimal): -4100202 or 9859009. OLE color: 9859009.

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

Color convert

RGB193111150-
CMYK00.420.220.24
HSL331.46º39.81%59.61%-
HSV(B)331.46º42.49%75.69%-
XYZ33.1824.9131.91-
YUV139.96133.67165.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=42.51%
G=24.45%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311115000.420.220.24331.4639.8159.61
HexC16F9602A161814b283c
Octal30115722605226305135074
Binary1100000111011111001011001010101011011000101001011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F96; }

 p { color: rgb(193,111,150); }

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

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

 a { background-color: rgb(193,111,150); }

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

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

 span { border-color: rgb(193,111,150); }

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