#C5698B

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

Shades of Hopbush #C5698B

Tints of Hopbush #C5698B

Color information

#C5698B (or 0xC5698B) is unknown color: approx Hopbush. HEX triplet: C5, 69 and 8B. RGB value is (197,105,139). Sum of RGB (Red+Green+Blue) = 197+105+139=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5698B is #3A9674. Grayscale: #888888. Windows color (decimal): -3839605 or 9136581. OLE color: 9136581.

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

Color convert

RGB197105139-
CMYK00.470.290.23
HSL337.83º44.23%59.22%-
HSV(B)337.83º46.7%77.25%-
XYZ32.7423.8427.3-
YUV136.38129.48171.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=44.67%
G=23.81%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710513900.470.290.23337.8344.2359.22
HexC5698B02F1D171522c3b
Octal30515121305735275225473
Binary1100010111010011000101101011111110110111101010010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5698B; }

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

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

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

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

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

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

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

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