#C56383

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

Shades of Hopbush #C56383

Tints of Hopbush #C56383

Color information

#C56383 (or 0xC56383) is unknown color: approx Hopbush. HEX triplet: C5, 63 and 83. RGB value is (197,99,131). Sum of RGB (Red+Green+Blue) = 197+99+131=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C56383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56383 is #3A9C7C. Grayscale: #838383. Windows color (decimal): -3841149 or 8610757. OLE color: 8610757.

HSL color Cylindrical-coordinate representation of color #C56383: hue angle of 340.41º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56383 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB19799131-
CMYK00.500.340.23
HSL340.41º45.79%58.04%-
HSV(B)340.41º49.75%77.25%-
XYZ31.5822.4324.14-
YUV131.95127.47174.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.14%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=46.14%
G=23.19%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979913100.500.340.23340.4145.7958.04
HexC5638303222171542e3a
Octal30514320306242275245672
Binary11000101110001110000011011001010001010111101010100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56383; }

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

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

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

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

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

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

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

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