#C57AAA

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

Shades of Hopbush #C57AAA

Tints of Hopbush #C57AAA

Color information

#C57AAA (or 0xC57AAA) is unknown color: approx Hopbush. HEX triplet: C5, 7A and AA. RGB value is (197,122,170). Sum of RGB (Red+Green+Blue) = 197+122+170=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57AAA is #3A8555. Grayscale: #959595. Windows color (decimal): -3835222 or 11172549. OLE color: 11172549.

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

Color convert

RGB197122170-
CMYK00.380.140.23
HSL321.6º39.27%62.55%-
HSV(B)321.6º38.07%77.25%-
XYZ37.2428.6941.61-
YUV149.9139.35161.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 122 (48.05% from 255) = 24.95%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=40.29%
G=24.95%
B=34.76%

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
Decimal19712217000.380.140.23321.639.2762.55
HexC57AAA026E17142273f
Octal30517225204616275024777
Binary110001011111010101010100100110111010111101000010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57AAA; }

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

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

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

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

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

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

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

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