#C079A3

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

Shades of Bouquet #C079A3

Tints of Bouquet #C079A3

Color information

#C079A3 (or 0xC079A3) is unknown color: approx Bouquet. HEX triplet: C0, 79 and A3. RGB value is (192,121,163). Sum of RGB (Red+Green+Blue) = 192+121+163=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C079A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079A3 is #3F865C. Grayscale: #929292. Windows color (decimal): -4163165 or 10713536. OLE color: 10713536.

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

Color convert

RGB192121163-
CMYK00.370.150.25
HSL324.51º36.04%61.37%-
HSV(B)324.51º36.98%75.29%-
XYZ35.1927.5338.11-
YUV147.02137.02160.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 163 (64.06% from 255) = 34.24%
R=40.34%
G=25.42%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212116300.370.150.25324.5136.0461.37
HexC079A3025F19145243d
Octal30017124304517315054475
Binary110000001111001101000110100101111111001101000101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079A3; }

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

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

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

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

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

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

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

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