#C569AA

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

Shades of Hopbush #C569AA

Tints of Hopbush #C569AA

Color information

#C569AA (or 0xC569AA) is unknown color: approx Hopbush. HEX triplet: C5, 69 and AA. RGB value is (197,105,170). Sum of RGB (Red+Green+Blue) = 197+105+170=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C569AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C569AA is #3A9655. Grayscale: #8B8B8B. Windows color (decimal): -3839574 or 11168197. OLE color: 11168197.

HSL color Cylindrical-coordinate representation of color #C569AA: hue angle of 317.61º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C569AA is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB197105170-
CMYK00.470.140.23
HSL317.61º44.23%59.22%-
HSV(B)317.61º46.7%77.25%-
XYZ35.3324.8840.97-
YUV139.92144.98168.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=41.74%
G=22.25%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710517000.470.140.23317.6144.2359.22
HexC569AA02FE1713e2c3b
Octal30515125205716274765473
Binary110001011101001101010100101111111010111100111110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C569AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C569AA; }

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

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

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

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

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

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

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

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