#C479AE

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

Shades of Bouquet #C479AE

Tints of Bouquet #C479AE

Color information

#C479AE (or 0xC479AE) is unknown color: approx Bouquet. HEX triplet: C4, 79 and AE. RGB value is (196,121,174). Sum of RGB (Red+Green+Blue) = 196+121+174=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C479AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C479AE is #3B8651. Grayscale: #959595. Windows color (decimal): -3901010 or 11434436. OLE color: 11434436.

HSL color Cylindrical-coordinate representation of color #C479AE: hue angle of 317.6º 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 #C479AE is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196121174-
CMYK00.380.110.23
HSL317.6º38.86%62.16%-
HSV(B)317.6º38.27%76.86%-
XYZ37.2428.4743.58-
YUV149.47141.85161.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=39.92%
G=24.64%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612117400.380.110.23317.638.8662.16
HexC479AE026B1713e273e
Octal30417125604613274764776
Binary110001001111001101011100100110101110111100111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479AE; }

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

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

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

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

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

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

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

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