#C57BAB

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

Shades of Bouquet #C57BAB

Tints of Bouquet #C57BAB

Color information

#C57BAB (or 0xC57BAB) is unknown color: approx Bouquet. HEX triplet: C5, 7B and AB. RGB value is (197,123,171). Sum of RGB (Red+Green+Blue) = 197+123+171=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57BAB is #3A8454. Grayscale: #969696. Windows color (decimal): -3834965 or 11238341. OLE color: 11238341.

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

Color convert

RGB197123171-
CMYK00.380.130.23
HSL321.08º38.95%62.75%-
HSV(B)321.08º37.56%77.25%-
XYZ37.4628.9842.15-
YUV150.6139.52161.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 123 (48.44% from 255) = 25.05%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=40.12%
G=25.05%
B=34.83%

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
Decimal19712317100.380.130.23321.0838.9562.75
HexC57BAB026D17141273f
Octal30517325304615275014777
Binary110001011111011101010110100110110110111101000001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57BAB; }

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

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

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

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

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

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

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

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