#C5659B

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

Shades of Hopbush #C5659B

Tints of Hopbush #C5659B

Color information

#C5659B (or 0xC5659B) is unknown color: approx Hopbush. HEX triplet: C5, 65 and 9B. RGB value is (197,101,155). Sum of RGB (Red+Green+Blue) = 197+101+155=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5659B is #3A9A64. Grayscale: #878787. Windows color (decimal): -3840613 or 10184133. OLE color: 10184133.

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

Color convert

RGB197101155-
CMYK00.490.210.23
HSL326.25º45.28%58.43%-
HSV(B)326.25º48.73%77.25%-
XYZ33.623.5433.78-
YUV135.86138.8171.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=43.49%
G=22.30%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710115500.490.210.23326.2545.2858.43
HexC5659B03115171462d3a
Octal30514523306125275065572
Binary1100010111001011001101101100011010110111101000110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5659B; }

 p { color: rgb(197,101,155); }

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

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

 a { background-color: rgb(197,101,155); }

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

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

 span { border-color: rgb(197,101,155); }

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