#C479AA

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

Shades of Bouquet #C479AA

Tints of Bouquet #C479AA

Color information

#C479AA (or 0xC479AA) is unknown color: approx Bouquet. HEX triplet: C4, 79 and AA. RGB value is (196,121,170). Sum of RGB (Red+Green+Blue) = 196+121+170=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C479AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C479AA is #3B8655. Grayscale: #949494. Windows color (decimal): -3901014 or 11172292. OLE color: 11172292.

HSL color Cylindrical-coordinate representation of color #C479AA: hue angle of 320.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C479AA is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196121170-
CMYK00.380.130.23
HSL320.8º38.86%62.16%-
HSV(B)320.8º38.27%76.86%-
XYZ36.8628.3141.55-
YUV149.01139.85161.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.25%
GREEN value IS 121 (47.66% from 255) = 24.85%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=40.25%
G=24.85%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612117000.380.130.23320.838.8662.16
HexC479AA026D17141273e
Octal30417125204615275014776
Binary110001001111001101010100100110110110111101000001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479AA; }

 p { color: rgb(196,121,170); }

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

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

 a { background-color: rgb(196,121,170); }

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

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

 span { border-color: rgb(196,121,170); }

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