#C176AB

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

Shades of Bouquet #C176AB

Tints of Bouquet #C176AB

Color information

#C176AB (or 0xC176AB) is unknown color: approx Bouquet. HEX triplet: C1, 76 and AB. RGB value is (193,118,171). Sum of RGB (Red+Green+Blue) = 193+118+171=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C176AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C176AB is #3E8954. Grayscale: #929292. Windows color (decimal): -4098389 or 11237057. OLE color: 11237057.

HSL color Cylindrical-coordinate representation of color #C176AB: hue angle of 317.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C176AB is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB193118171-
CMYK00.390.110.24
HSL317.6º37.69%60.98%-
HSV(B)317.6º38.86%75.69%-
XYZ35.8227.2341.9-
YUV146.47141.85161.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=40.04%
G=24.48%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311817100.390.110.24317.637.6960.98
HexC176AB027B1813e263d
Octal30116625304713304764675
Binary110000011110110101010110100111101111000100111110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C176AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C176AB; }

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

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

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

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

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

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

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

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