#C56FA8

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

Shades of Hopbush #C56FA8

Tints of Hopbush #C56FA8

Color information

#C56FA8 (or 0xC56FA8) is unknown color: approx Hopbush. HEX triplet: C5, 6F and A8. RGB value is (197,111,168). Sum of RGB (Red+Green+Blue) = 197+111+168=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C56FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56FA8 is #3A9057. Grayscale: #8F8F8F. Windows color (decimal): -3838040 or 11038661. OLE color: 11038661.

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

Color convert

RGB197111168-
CMYK00.440.150.23
HSL320.23º42.57%60.39%-
HSV(B)320.23º43.65%77.25%-
XYZ35.7826.0740.19-
YUV143.21141.99166.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.39%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 168 (66.02% from 255) = 35.29%
R=41.39%
G=23.32%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711116800.440.150.23320.2342.5760.39
HexC56FA802CF171402b3c
Octal30515725005417275005374
Binary110001011101111101010000101100111110111101000000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56FA8; }

 p { color: rgb(197,111,168); }

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

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

 a { background-color: rgb(197,111,168); }

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

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

 span { border-color: rgb(197,111,168); }

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