#C57DAB

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

Shades of Bouquet #C57DAB

Tints of Bouquet #C57DAB

Color information

#C57DAB (or 0xC57DAB) is unknown color: approx Bouquet. HEX triplet: C5, 7D and AB. RGB value is (197,125,171). Sum of RGB (Red+Green+Blue) = 197+125+171=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C57DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57DAB is #3A8254. Grayscale: #979797. Windows color (decimal): -3834453 or 11238853. OLE color: 11238853.

HSL color Cylindrical-coordinate representation of color #C57DAB: hue angle of 321.67º degrees, saturation: 0.38, 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 #C57DAB is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB197125171-
CMYK00.370.130.23
HSL321.67º38.3%63.14%-
HSV(B)321.67º36.55%77.25%-
XYZ37.7129.4842.23-
YUV151.77138.85160.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=39.96%
G=25.35%
B=34.69%

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
Decimal19712517100.370.130.23321.6738.363.14
HexC57DAB025D17142263f
Octal30517525304515275024677
Binary110001011111101101010110100101110110111101000010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DAB; }

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

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

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

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

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

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

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

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