#C079A4

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

Shades of Bouquet #C079A4

Tints of Bouquet #C079A4

Color information

#C079A4 (or 0xC079A4) is unknown color: approx Bouquet. HEX triplet: C0, 79 and A4. RGB value is (192,121,164). Sum of RGB (Red+Green+Blue) = 192+121+164=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C079A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079A4 is #3F865B. Grayscale: #939393. Windows color (decimal): -4163164 or 10779072. OLE color: 10779072.

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

Color convert

RGB192121164-
CMYK00.370.150.25
HSL323.66º36.04%61.37%-
HSV(B)323.66º36.98%75.29%-
XYZ35.2827.5638.58-
YUV147.13137.52160-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 121 (47.66% from 255) = 25.37%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=40.25%
G=25.37%
B=34.38%

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
Decimal19212116400.370.150.25323.6636.0461.37
HexC079A4025F19144243d
Octal30017124404517315044475
Binary110000001111001101001000100101111111001101000100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079A4; }

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

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

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

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

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

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

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

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