#C079A6

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

Shades of Bouquet #C079A6

Tints of Bouquet #C079A6

Color information

#C079A6 (or 0xC079A6) is unknown color: approx Bouquet. HEX triplet: C0, 79 and A6. RGB value is (192,121,166). Sum of RGB (Red+Green+Blue) = 192+121+166=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C079A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079A6 is #3F8659. Grayscale: #939393. Windows color (decimal): -4163162 or 10910144. OLE color: 10910144.

HSL color Cylindrical-coordinate representation of color #C079A6: hue angle of 321.97º 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 #C079A6 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB192121166-
CMYK00.370.140.25
HSL321.97º36.04%61.37%-
HSV(B)321.97º36.98%75.29%-
XYZ35.4627.6339.54-
YUV147.36138.52159.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=40.08%
G=25.26%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212116600.370.140.25321.9736.0461.37
HexC079A6025E19142243d
Octal30017124604516315024475
Binary110000001111001101001100100101111011001101000010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079A6; }

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

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

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

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

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

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

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

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