#C16EAC

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

Shades of Bouquet #C16EAC

Tints of Bouquet #C16EAC

Color information

#C16EAC (or 0xC16EAC) is unknown color: approx Bouquet. HEX triplet: C1, 6E and AC. RGB value is (193,110,172). Sum of RGB (Red+Green+Blue) = 193+110+172=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EAC is #3E9153. Grayscale: #8D8D8D. Windows color (decimal): -4100436 or 11300545. OLE color: 11300545.

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

Color convert

RGB193110172-
CMYK00.430.110.24
HSL315.18º40.1%59.41%-
HSV(B)315.18º43.01%75.69%-
XYZ35.0125.4742.1-
YUV141.88145164.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=40.63%
G=23.16%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311017200.430.110.24315.1840.159.41
HexC16EAC02BB1813b283b
Octal30115625405313304735073
Binary110000011101110101011000101011101111000100111011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EAC; }

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

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

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

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

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

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

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

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