#C56995

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

Shades of Hopbush #C56995

Tints of Hopbush #C56995

Color information

#C56995 (or 0xC56995) is unknown color: approx Hopbush. HEX triplet: C5, 69 and 95. RGB value is (197,105,149). Sum of RGB (Red+Green+Blue) = 197+105+149=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C56995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56995 is #3A966A. Grayscale: #898989. Windows color (decimal): -3839595 or 9791941. OLE color: 9791941.

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

Color convert

RGB197105149-
CMYK00.470.240.23
HSL331.3º44.23%59.22%-
HSV(B)331.3º46.7%77.25%-
XYZ33.524.1431.33-
YUV137.52134.48170.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=43.68%
G=23.28%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710514900.470.240.23331.344.2359.22
HexC5699502F181714b2c3b
Octal30515122505730275135473
Binary1100010111010011001010101011111100010111101001011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56995; }

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

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

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

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

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

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

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

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