#C16FA9

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

Shades of Bouquet #C16FA9

Tints of Bouquet #C16FA9

Color information

#C16FA9 (or 0xC16FA9) is unknown color: approx Bouquet. HEX triplet: C1, 6F and A9. RGB value is (193,111,169). Sum of RGB (Red+Green+Blue) = 193+111+169=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16FA9 is #3E9056. Grayscale: #8D8D8D. Windows color (decimal): -4100183 or 11104193. OLE color: 11104193.

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

Color convert

RGB193111169-
CMYK00.420.120.24
HSL317.56º39.81%59.61%-
HSV(B)317.56º42.49%75.69%-
XYZ34.8425.5740.64-
YUV142.13143.17164.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 111 (43.75% from 255) = 23.47%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=40.80%
G=23.47%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311116900.420.120.24317.5639.8159.61
HexC16FA902AC1813e283c
Octal30115725105214304765074
Binary110000011101111101010010101010110011000100111110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16FA9; }

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

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

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

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

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

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

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

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