#C5698E

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

Shades of Hopbush #C5698E

Tints of Hopbush #C5698E

Color information

#C5698E (or 0xC5698E) is unknown color: approx Hopbush. HEX triplet: C5, 69 and 8E. RGB value is (197,105,142). Sum of RGB (Red+Green+Blue) = 197+105+142=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5698E is #3A9671. Grayscale: #888888. Windows color (decimal): -3839602 or 9333189. OLE color: 9333189.

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

Color convert

RGB197105142-
CMYK00.470.280.23
HSL335.87º44.23%59.22%-
HSV(B)335.87º46.7%77.25%-
XYZ32.9623.9328.47-
YUV136.73130.98170.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.37%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=44.37%
G=23.65%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710514200.470.280.23335.8744.2359.22
HexC5698E02F1C171502c3b
Octal30515121605734275205473
Binary1100010111010011000111001011111110010111101010000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5698E; }

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

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

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

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

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

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

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

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