#C180AC

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

Shades of Bouquet #C180AC

Tints of Bouquet #C180AC

Color information

#C180AC (or 0xC180AC) is unknown color: approx Bouquet. HEX triplet: C1, 80 and AC. RGB value is (193,128,172). Sum of RGB (Red+Green+Blue) = 193+128+172=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C180AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C180AC is #3E7F53. Grayscale: #989898. Windows color (decimal): -4095828 or 11305153. OLE color: 11305153.

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

Color convert

RGB193128172-
CMYK00.340.110.24
HSL319.38º34.39%62.94%-
HSV(B)319.38º33.68%75.69%-
XYZ37.1629.7542.81-
YUV152.45139.03156.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=39.15%
G=25.96%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312817200.340.110.24319.3834.3962.94
HexC180AC022B1813f223f
Octal30120025404213304774277
Binary1100000110000000101011000100010101111000100111111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180AC; }

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

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

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

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

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

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

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

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