#C5699E

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

Shades of Hopbush #C5699E

Tints of Hopbush #C5699E

Color information

#C5699E (or 0xC5699E) is unknown color: approx Hopbush. HEX triplet: C5, 69 and 9E. RGB value is (197,105,158). Sum of RGB (Red+Green+Blue) = 197+105+158=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5699E is #3A9661. Grayscale: #8A8A8A. Windows color (decimal): -3839586 or 10381765. OLE color: 10381765.

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

Color convert

RGB197105158-
CMYK00.470.200.23
HSL325.43º44.23%59.22%-
HSV(B)325.43º46.7%77.25%-
XYZ34.2524.4435.26-
YUV138.55138.98169.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.83%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=42.83%
G=22.83%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710515800.470.200.23325.4344.2359.22
HexC5699E02F14171452c3b
Octal30515123605724275055473
Binary1100010111010011001111001011111010010111101000101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5699E; }

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

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

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

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

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

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

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

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