#C172AC

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

Shades of Bouquet #C172AC

Tints of Bouquet #C172AC

Color information

#C172AC (or 0xC172AC) is unknown color: approx Bouquet. HEX triplet: C1, 72 and AC. RGB value is (193,114,172). Sum of RGB (Red+Green+Blue) = 193+114+172=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C172AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C172AC is #3E8D53. Grayscale: #909090. Windows color (decimal): -4099412 or 11301569. OLE color: 11301569.

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

Color convert

RGB193114172-
CMYK00.410.110.24
HSL315.95º38.92%60.2%-
HSV(B)315.95º40.93%75.69%-
XYZ35.4626.3542.25-
YUV144.23143.67162.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.29%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=40.29%
G=23.80%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311417200.410.110.24315.9538.9260.2
HexC172AC029B1813c273c
Octal30116225405113304744774
Binary110000011110010101011000101001101111000100111100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C172AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C172AC; }

 p { color: rgb(193,114,172); }

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

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

 a { background-color: rgb(193,114,172); }

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

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

 span { border-color: rgb(193,114,172); }

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