#C575AE

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

Shades of Bouquet #C575AE

Tints of Bouquet #C575AE

Color information

#C575AE (or 0xC575AE) is unknown color: approx Bouquet. HEX triplet: C5, 75 and AE. RGB value is (197,117,174). Sum of RGB (Red+Green+Blue) = 197+117+174=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C575AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575AE is #3A8A51. Grayscale: #939393. Windows color (decimal): -3836498 or 11433413. OLE color: 11433413.

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

Color convert

RGB197117174-
CMYK00.410.120.23
HSL317.25º40.82%61.57%-
HSV(B)317.25º40.61%77.25%-
XYZ37.0327.6543.43-
YUV147.42143163.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 117 (46.09% from 255) = 23.98%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=40.37%
G=23.98%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711717400.410.120.23317.2540.8261.57
HexC575AE029C1713d293e
Octal30516525605114274755176
Binary110001011110101101011100101001110010111100111101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575AE; }

 p { color: rgb(197,117,174); }

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

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

 a { background-color: rgb(197,117,174); }

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

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

 span { border-color: rgb(197,117,174); }

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