#C071AC

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

Shades of Bouquet #C071AC

Tints of Bouquet #C071AC

Color information

#C071AC (or 0xC071AC) is unknown color: approx Bouquet. HEX triplet: C0, 71 and AC. RGB value is (192,113,172). Sum of RGB (Red+Green+Blue) = 192+113+172=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C071AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071AC is #3F8E53. Grayscale: #8F8F8F. Windows color (decimal): -4165204 or 11301312. OLE color: 11301312.

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

Color convert

RGB192113172-
CMYK00.410.100.25
HSL315.19º38.54%59.8%-
HSV(B)315.19º41.15%75.29%-
XYZ35.092642.2-
YUV143.35144.17162.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=40.25%
G=23.69%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211317200.410.100.25315.1938.5459.8
HexC071AC029A1913b273c
Octal30016125405112314734774
Binary110000001110001101011000101001101011001100111011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071AC; }

 p { color: rgb(192,113,172); }

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

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

 a { background-color: rgb(192,113,172); }

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

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

 span { border-color: rgb(192,113,172); }

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