#C575AF

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

Shades of Bouquet #C575AF

Tints of Bouquet #C575AF

Color information

#C575AF (or 0xC575AF) is unknown color: approx Bouquet. HEX triplet: C5, 75 and AF. RGB value is (197,117,175). Sum of RGB (Red+Green+Blue) = 197+117+175=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C575AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C575AF is #3A8A50. Grayscale: #939393. Windows color (decimal): -3836497 or 11498949. OLE color: 11498949.

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

Color convert

RGB197117175-
CMYK00.410.110.23
HSL316.5º40.82%61.57%-
HSV(B)316.5º40.61%77.25%-
XYZ37.1327.6943.95-
YUV147.53143.5163.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 117 (46.09% from 255) = 23.93%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=40.29%
G=23.93%
B=35.79%

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
Decimal19711717500.410.110.23316.540.8261.57
HexC575AF029B1713c293e
Octal30516525705113274745176
Binary110001011110101101011110101001101110111100111100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575AF; }

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

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

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

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

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

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

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

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