#C173AF

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

Shades of Bouquet #C173AF

Tints of Bouquet #C173AF

Color information

#C173AF (or 0xC173AF) is unknown color: approx Bouquet. HEX triplet: C1, 73 and AF. RGB value is (193,115,175). Sum of RGB (Red+Green+Blue) = 193+115+175=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C173AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C173AF is #3E8C50. Grayscale: #919191. Windows color (decimal): -4099153 or 11498433. OLE color: 11498433.

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

Color convert

RGB193115175-
CMYK00.400.090.24
HSL313.85º38.61%60.39%-
HSV(B)313.85º40.41%75.69%-
XYZ35.8626.6943.82-
YUV145.16144.84162.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 115 (45.31% from 255) = 23.81%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=39.96%
G=23.81%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311517500.400.090.24313.8538.6160.39
HexC173AF02891813a273c
Octal30116325705011304724774
Binary110000011110011101011110101000100111000100111010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C173AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C173AF; }

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

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

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

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

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

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

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

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