#C16CAA

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

Shades of Bouquet #C16CAA

Tints of Bouquet #C16CAA

Color information

#C16CAA (or 0xC16CAA) is unknown color: approx Bouquet. HEX triplet: C1, 6C and AA. RGB value is (193,108,170). Sum of RGB (Red+Green+Blue) = 193+108+170=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16CAA is #3E9355. Grayscale: #8C8C8C. Windows color (decimal): -4100950 or 11168961. OLE color: 11168961.

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

Color convert

RGB193108170-
CMYK00.440.120.24
HSL316.24º40.67%59.02%-
HSV(B)316.24º44.04%75.69%-
XYZ34.6124.9641.02-
YUV140.48144.66165.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 108 (42.58% from 255) = 22.93%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=40.98%
G=22.93%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310817000.440.120.24316.2440.6759.02
HexC16CAA02CC1813c293b
Octal30115425205414304745173
Binary110000011101100101010100101100110011000100111100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16CAA; }

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

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

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

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

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

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

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

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