#c077ac

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

Shades of Bouquet #C077AC

Tints of Bouquet #C077AC

Color information

#C077AC (or 0xC077AC) is unknown color: approx Bouquet. HEX triplet: C0, 77 and AC. RGB value is (192,119,172). Sum of RGB (Red+Green+Blue) = 192+119+172=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C077AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077AC is #3F8853. Grayscale: #929292. Windows color (decimal): -4163668 or 11302848. OLE color: 11302848.

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

Color convert

RGB192119172-
CMYK00.380.100.25
HSL316.44º36.68%60.98%-
HSV(B)316.44º38.02%75.29%-
XYZ35.7827.3842.43-
YUV146.87142.18160.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 119 (46.88% from 255) = 24.64%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=39.75%
G=24.64%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211917200.380.100.25316.4436.6860.98
HexC077AC026A1913c253d
Octal30016725404612314744575
Binary110000001110111101011000100110101011001100111100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c077ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c077ac; }

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

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

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

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

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

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

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

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