#C5699F

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

Shades of Hopbush #C5699F

Tints of Hopbush #C5699F

Color information

#C5699F (or 0xC5699F) is unknown color: approx Hopbush. HEX triplet: C5, 69 and 9F. RGB value is (197,105,159). Sum of RGB (Red+Green+Blue) = 197+105+159=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5699F is #3A9660. Grayscale: #8A8A8A. Windows color (decimal): -3839585 or 10447301. OLE color: 10447301.

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

Color convert

RGB197105159-
CMYK00.470.190.23
HSL324.78º44.23%59.22%-
HSV(B)324.78º46.7%77.25%-
XYZ34.3424.4835.72-
YUV138.66139.48169.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=42.73%
G=22.78%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710515900.470.190.23324.7844.2359.22
HexC5699F02F13171452c3b
Octal30515123705723275055473
Binary1100010111010011001111101011111001110111101000101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5699F; }

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

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

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

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

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

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

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

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