#C57CAB

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

Shades of Bouquet #C57CAB

Tints of Bouquet #C57CAB

Color information

#C57CAB (or 0xC57CAB) is unknown color: approx Bouquet. HEX triplet: C5, 7C and AB. RGB value is (197,124,171). Sum of RGB (Red+Green+Blue) = 197+124+171=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C57CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57CAB is #3A8354. Grayscale: #979797. Windows color (decimal): -3834709 or 11238597. OLE color: 11238597.

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

Color convert

RGB197124171-
CMYK00.370.130.23
HSL321.37º38.62%62.94%-
HSV(B)321.37º37.06%77.25%-
XYZ37.5829.2342.19-
YUV151.18139.18160.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=40.04%
G=25.20%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712417100.370.130.23321.3738.6262.94
HexC57CAB025D17141273f
Octal30517425304515275014777
Binary110001011111100101010110100101110110111101000001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57CAB; }

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

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

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

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

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

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

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

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