#C16F99

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

Shades of Hopbush #C16F99

Tints of Hopbush #C16F99

Color information

#C16F99 (or 0xC16F99) is unknown color: approx Hopbush. HEX triplet: C1, 6F and 99. RGB value is (193,111,153). Sum of RGB (Red+Green+Blue) = 193+111+153=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16F99 is #3E9066. Grayscale: #8C8C8C. Windows color (decimal): -4100199 or 10055617. OLE color: 10055617.

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

Color convert

RGB193111153-
CMYK00.420.210.24
HSL329.27º39.81%59.61%-
HSV(B)329.27º42.49%75.69%-
XYZ33.4325.0133.2-
YUV140.31135.17165.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.23%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=42.23%
G=24.29%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311115300.420.210.24329.2739.8159.61
HexC16F9902A1518149283c
Octal30115723105225305115074
Binary1100000111011111001100101010101010111000101001001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F99; }

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

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

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

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

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

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

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

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