#C177AA

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

Shades of Bouquet #C177AA

Tints of Bouquet #C177AA

Color information

#C177AA (or 0xC177AA) is unknown color: approx Bouquet. HEX triplet: C1, 77 and AA. RGB value is (193,119,170). Sum of RGB (Red+Green+Blue) = 193+119+170=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C177AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C177AA is #3E8855. Grayscale: #929292. Windows color (decimal): -4098134 or 11171777. OLE color: 11171777.

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

Color convert

RGB193119170-
CMYK00.380.120.24
HSL318.65º37.37%61.18%-
HSV(B)318.65º38.34%75.69%-
XYZ35.8427.4341.44-
YUV146.94141.02160.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=40.04%
G=24.69%
B=35.27%

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
Decimal19311917000.380.120.24318.6537.3761.18
HexC177AA026C1813f253d
Octal30116725204614304774575
Binary110000011110111101010100100110110011000100111111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C177AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C177AA; }

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

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

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

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

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

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

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

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