#C175AA

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

Shades of Bouquet #C175AA

Tints of Bouquet #C175AA

Color information

#C175AA (or 0xC175AA) is unknown color: approx Bouquet. HEX triplet: C1, 75 and AA. RGB value is (193,117,170). Sum of RGB (Red+Green+Blue) = 193+117+170=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C175AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C175AA is #3E8A55. Grayscale: #919191. Windows color (decimal): -4098646 or 11171265. OLE color: 11171265.

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

Color convert

RGB193117170-
CMYK00.390.120.24
HSL318.16º38%60.78%-
HSV(B)318.16º39.38%75.69%-
XYZ35.6126.9641.36-
YUV145.77141.68161.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 117 (46.09% from 255) = 24.38%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=40.21%
G=24.38%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311717000.390.120.24318.163860.78
HexC175AA027C1813e263d
Octal30116525204714304764675
Binary110000011110101101010100100111110011000100111110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C175AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C175AA; }

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

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

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

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

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

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

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

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