#c57baa

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

Shades of Hopbush #C57BAA

Tints of Hopbush #C57BAA

Color information

#C57BAA (or 0xC57BAA) is unknown color: approx Hopbush. HEX triplet: C5, 7B and AA. RGB value is (197,123,170). Sum of RGB (Red+Green+Blue) = 197+123+170=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57BAA is #3A8455. Grayscale: #969696. Windows color (decimal): -3834966 or 11172805. OLE color: 11172805.

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

Color convert

RGB197123170-
CMYK00.380.140.23
HSL321.89º38.95%62.75%-
HSV(B)321.89º37.56%77.25%-
XYZ37.3628.9441.65-
YUV150.48139.02161.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 123 (48.44% from 255) = 25.10%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=40.20%
G=25.10%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712317000.380.140.23321.8938.9562.75
HexC57BAA026E17142273f
Octal30517325204616275024777
Binary110001011111011101010100100110111010111101000010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c57baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c57baa; }

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

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

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

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

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

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

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

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