#C16CAB

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

Shades of Bouquet #C16CAB

Tints of Bouquet #C16CAB

Color information

#C16CAB (or 0xC16CAB) is unknown color: approx Bouquet. HEX triplet: C1, 6C and AB. RGB value is (193,108,171). Sum of RGB (Red+Green+Blue) = 193+108+171=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16CAB is #3E9354. Grayscale: #8C8C8C. Windows color (decimal): -4100949 or 11234497. OLE color: 11234497.

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

Color convert

RGB193108171-
CMYK00.440.110.24
HSL315.53º40.67%59.02%-
HSV(B)315.53º44.04%75.69%-
XYZ34.712541.52-
YUV140.6145.16165.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 108 (42.58% from 255) = 22.88%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=40.89%
G=22.88%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310817100.440.110.24315.5340.6759.02
HexC16CAB02CB1813c293b
Octal30115425305413304745173
Binary110000011101100101010110101100101111000100111100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16CAB; }

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

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

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

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

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

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

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

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