#C079AC

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

Shades of Bouquet #C079AC

Tints of Bouquet #C079AC

Color information

#C079AC (or 0xC079AC) is unknown color: approx Bouquet. HEX triplet: C0, 79 and AC. RGB value is (192,121,172). Sum of RGB (Red+Green+Blue) = 192+121+172=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C079AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079AC is #3F8653. Grayscale: #939393. Windows color (decimal): -4163156 or 11303360. OLE color: 11303360.

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

Color convert

RGB192121172-
CMYK00.370.100.25
HSL316.9º36.04%61.37%-
HSV(B)316.9º36.98%75.29%-
XYZ36.0227.8642.51-
YUV148.04141.52159.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=39.59%
G=24.95%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212117200.370.100.25316.936.0461.37
HexC079AC025A1913d243d
Octal30017125404512314754475
Binary110000001111001101011000100101101011001100111101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079AC; }

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

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

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

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

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

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

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

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