#C16EAB

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

Shades of Bouquet #C16EAB

Tints of Bouquet #C16EAB

Color information

#C16EAB (or 0xC16EAB) is unknown color: approx Bouquet. HEX triplet: C1, 6E and AB. RGB value is (193,110,171). Sum of RGB (Red+Green+Blue) = 193+110+171=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EAB is #3E9154. Grayscale: #8D8D8D. Windows color (decimal): -4100437 or 11235009. OLE color: 11235009.

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

Color convert

RGB193110171-
CMYK00.430.110.24
HSL315.9º40.1%59.41%-
HSV(B)315.9º43.01%75.69%-
XYZ34.9225.4341.6-
YUV141.77144.5164.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=40.72%
G=23.21%
B=36.08%

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
Decimal19311017100.430.110.24315.940.159.41
HexC16EAB02BB1813c283b
Octal30115625305313304745073
Binary110000011101110101010110101011101111000100111100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EAB; }

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

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

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

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

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

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

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

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