#C473AE

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

Shades of Bouquet #C473AE

Tints of Bouquet #C473AE

Color information

#C473AE (or 0xC473AE) is unknown color: approx Bouquet. HEX triplet: C4, 73 and AE. RGB value is (196,115,174). Sum of RGB (Red+Green+Blue) = 196+115+174=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C473AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C473AE is #3B8C51. Grayscale: #919191. Windows color (decimal): -3902546 or 11432900. OLE color: 11432900.

HSL color Cylindrical-coordinate representation of color #C473AE: hue angle of 316.3º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C473AE is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196115174-
CMYK00.410.110.23
HSL316.3º40.7%60.98%-
HSV(B)316.3º41.33%76.86%-
XYZ36.5427.0543.34-
YUV145.94143.84163.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=40.41%
G=23.71%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611517400.410.110.23316.340.760.98
HexC473AE029B1713c293d
Octal30416325605113274745175
Binary110001001110011101011100101001101110111100111100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C473AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C473AE; }

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

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

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

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

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

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

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

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