#C178AA

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

Shades of Bouquet #C178AA

Tints of Bouquet #C178AA

Color information

#C178AA (or 0xC178AA) is unknown color: approx Bouquet. HEX triplet: C1, 78 and AA. RGB value is (193,120,170). Sum of RGB (Red+Green+Blue) = 193+120+170=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C178AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C178AA is #3E8755. Grayscale: #939393. Windows color (decimal): -4097878 or 11172033. OLE color: 11172033.

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

Color convert

RGB193120170-
CMYK00.380.120.24
HSL318.9º37.06%61.37%-
HSV(B)318.9º37.82%75.69%-
XYZ35.9627.6741.48-
YUV147.53140.68160.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 120 (47.27% from 255) = 24.84%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=39.96%
G=24.84%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312017000.380.120.24318.937.0661.37
HexC178AA026C1813f253d
Octal30117025204614304774575
Binary110000011111000101010100100110110011000100111111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C178AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C178AA; }

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

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

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

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

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

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

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

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