#C16EAA

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

Shades of Bouquet #C16EAA

Tints of Bouquet #C16EAA

Color information

#C16EAA (or 0xC16EAA) is unknown color: approx Bouquet. HEX triplet: C1, 6E and AA. RGB value is (193,110,170). Sum of RGB (Red+Green+Blue) = 193+110+170=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EAA is #3E9155. Grayscale: #8D8D8D. Windows color (decimal): -4100438 or 11169473. OLE color: 11169473.

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

Color convert

RGB193110170-
CMYK00.430.120.24
HSL316.63º40.1%59.41%-
HSV(B)316.63º43.01%75.69%-
XYZ34.8225.3941.1-
YUV141.66144164.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=40.80%
G=23.26%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311017000.430.120.24316.6340.159.41
HexC16EAA02BC1813d283b
Octal30115625205314304755073
Binary110000011101110101010100101011110011000100111101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EAA; }

 p { color: rgb(193,110,170); }

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

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

 a { background-color: rgb(193,110,170); }

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

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

 span { border-color: rgb(193,110,170); }

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