#C671AF

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

Shades of Hopbush #C671AF

Tints of Hopbush #C671AF

Color information

#C671AF (or 0xC671AF) is unknown color: approx Hopbush. HEX triplet: C6, 71 and AF. RGB value is (198,113,175). Sum of RGB (Red+Green+Blue) = 198+113+175=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C671AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C671AF is #398E50. Grayscale: #919191. Windows color (decimal): -3771985 or 11497926. OLE color: 11497926.

HSL color Cylindrical-coordinate representation of color #C671AF: hue angle of 316.24º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C671AF is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198113175-
CMYK00.430.120.22
HSL316.24º42.71%60.98%-
HSV(B)316.24º42.93%77.65%-
XYZ36.9326.9143.81-
YUV145.48144.66165.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 113 (44.53% from 255) = 23.25%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=40.74%
G=23.25%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811317500.430.120.22316.2442.7160.98
HexC671AF02BC1613c2b3d
Octal30616125705314264745375
Binary110001101110001101011110101011110010110100111100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C671AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C671AF; }

 p { color: rgb(198,113,175); }

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

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

 a { background-color: rgb(198,113,175); }

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

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

 span { border-color: rgb(198,113,175); }

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