#C57AAB

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

Shades of Bouquet #C57AAB

Tints of Bouquet #C57AAB

Color information

#C57AAB (or 0xC57AAB) is unknown color: approx Bouquet. HEX triplet: C5, 7A and AB. RGB value is (197,122,171). Sum of RGB (Red+Green+Blue) = 197+122+171=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57AAB is #3A8554. Grayscale: #959595. Windows color (decimal): -3835221 or 11238085. OLE color: 11238085.

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

Color convert

RGB197122171-
CMYK00.380.130.23
HSL320.8º39.27%62.55%-
HSV(B)320.8º38.07%77.25%-
XYZ37.3428.7342.11-
YUV150.01139.85161.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 122 (48.05% from 255) = 24.90%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=40.20%
G=24.90%
B=34.90%

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
Decimal19712217100.380.130.23320.839.2762.55
HexC57AAB026D17141273f
Octal30517225304615275014777
Binary110001011111010101010110100110110110111101000001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57AAB; }

 p { color: rgb(197,122,171); }

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

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

 a { background-color: rgb(197,122,171); }

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

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

 span { border-color: rgb(197,122,171); }

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