#C56187

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

Shades of Hopbush #C56187

Tints of Hopbush #C56187

Color information

#C56187 (or 0xC56187) is unknown color: approx Hopbush. HEX triplet: C5, 61 and 87. RGB value is (197,97,135). Sum of RGB (Red+Green+Blue) = 197+97+135=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C56187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56187 is #3A9E78. Grayscale: #838383. Windows color (decimal): -3841657 or 8872389. OLE color: 8872389.

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

Color convert

RGB19797135-
CMYK00.510.310.23
HSL337.2º46.3%57.65%-
HSV(B)337.2º50.76%77.25%-
XYZ31.6722.1725.53-
YUV131.23130.13174.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 97 (38.28% from 255) = 22.61%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=45.92%
G=22.61%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979713500.510.310.23337.246.357.65
HexC561870331F171512e3a
Octal30514120706337275215672
Binary1100010111000011000011101100111111110111101010001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56187; }

 p { color: rgb(197,97,135); }

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

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

 a { background-color: rgb(197,97,135); }

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

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

 span { border-color: rgb(197,97,135); }

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