#C56083

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

Shades of Hopbush #C56083

Tints of Hopbush #C56083

Color information

#C56083 (or 0xC56083) is unknown color: approx Hopbush. HEX triplet: C5, 60 and 83. RGB value is (197,96,131). Sum of RGB (Red+Green+Blue) = 197+96+131=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C56083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56083 is #3A9F7C. Grayscale: #828282. Windows color (decimal): -3841917 or 8609989. OLE color: 8609989.

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

Color convert

RGB19796131-
CMYK00.510.340.23
HSL339.21º46.54%57.45%-
HSV(B)339.21º51.27%77.25%-
XYZ31.3121.8724.04-
YUV130.19128.46175.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.46%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=46.46%
G=22.64%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979613100.510.340.23339.2146.5457.45
HexC5608303322171532f39
Octal30514020306342275235771
Binary11000101110000010000011011001110001010111101010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56083; }

 p { color: rgb(197,96,131); }

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

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

 a { background-color: rgb(197,96,131); }

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

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

 span { border-color: rgb(197,96,131); }

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