#C178A7

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

Shades of Bouquet #C178A7

Tints of Bouquet #C178A7

Color information

#C178A7 (or 0xC178A7) is unknown color: approx Bouquet. HEX triplet: C1, 78 and A7. RGB value is (193,120,167). Sum of RGB (Red+Green+Blue) = 193+120+167=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C178A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C178A7 is #3E8758. Grayscale: #939393. Windows color (decimal): -4097881 or 10975425. OLE color: 10975425.

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

Color convert

RGB193120167-
CMYK00.380.130.24
HSL321.37º37.06%61.37%-
HSV(B)321.37º37.82%75.69%-
XYZ35.6827.5640-
YUV147.18139.18160.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 167 (65.62% from 255) = 34.79%
R=40.21%
G=25%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312016700.380.130.24321.3737.0661.37
HexC178A7026D18141253d
Octal30117024704615305014575
Binary110000011111000101001110100110110111000101000001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C178A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C178A7; }

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

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

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

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

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

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

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

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