#C56894

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

Shades of Hopbush #C56894

Tints of Hopbush #C56894

Color information

#C56894 (or 0xC56894) is unknown color: approx Hopbush. HEX triplet: C5, 68 and 94. RGB value is (197,104,148). Sum of RGB (Red+Green+Blue) = 197+104+148=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C56894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56894 is #3A976B. Grayscale: #888888. Windows color (decimal): -3839852 or 9726149. OLE color: 9726149.

HSL color Cylindrical-coordinate representation of color #C56894: hue angle of 331.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 #C56894 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB197104148-
CMYK00.470.250.23
HSL331.61º44.5%59.02%-
HSV(B)331.61º47.21%77.25%-
XYZ33.3223.9130.88-
YUV136.82134.31170.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=43.88%
G=23.16%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710414800.470.250.23331.6144.559.02
HexC5689402F191714c2c3b
Octal30515022405731275145473
Binary1100010111010001001010001011111100110111101001100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56894; }

 p { color: rgb(197,104,148); }

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

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

 a { background-color: rgb(197,104,148); }

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

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

 span { border-color: rgb(197,104,148); }

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