#C173AA

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

Shades of Bouquet #C173AA

Tints of Bouquet #C173AA

Color information

#C173AA (or 0xC173AA) is unknown color: approx Bouquet. HEX triplet: C1, 73 and AA. RGB value is (193,115,170). Sum of RGB (Red+Green+Blue) = 193+115+170=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C173AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C173AA is #3E8C55. Grayscale: #909090. Windows color (decimal): -4099158 or 11170753. OLE color: 11170753.

HSL color Cylindrical-coordinate representation of color #C173AA: hue angle of 317.69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C173AA is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193115170-
CMYK00.400.120.24
HSL317.69º38.61%60.39%-
HSV(B)317.69º40.41%75.69%-
XYZ35.3826.541.28-
YUV144.59142.34162.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=40.38%
G=24.06%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311517000.400.120.24317.6938.6160.39
HexC173AA028C1813e273c
Octal30116325205014304764774
Binary110000011110011101010100101000110011000100111110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C173AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C173AA; }

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

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

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

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

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

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

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

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