#C079A7

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

Shades of Bouquet #C079A7

Tints of Bouquet #C079A7

Color information

#C079A7 (or 0xC079A7) is unknown color: approx Bouquet. HEX triplet: C0, 79 and A7. RGB value is (192,121,167). Sum of RGB (Red+Green+Blue) = 192+121+167=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C079A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079A7 is #3F8658. Grayscale: #939393. Windows color (decimal): -4163161 or 10975680. OLE color: 10975680.

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

Color convert

RGB192121167-
CMYK00.370.130.25
HSL321.13º36.04%61.37%-
HSV(B)321.13º36.98%75.29%-
XYZ35.5527.6740.03-
YUV147.47139.02159.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 25.21%
BLUE value IS 167 (65.62% from 255) = 34.79%
R=40%
G=25.21%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212116700.370.130.25321.1336.0461.37
HexC079A7025D19141243d
Octal30017124704515315014475
Binary110000001111001101001110100101110111001101000001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079A7; }

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

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

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

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

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

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

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

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