#C670AB

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

Shades of Hopbush #C670AB

Tints of Hopbush #C670AB

Color information

#C670AB (or 0xC670AB) is unknown color: approx Hopbush. HEX triplet: C6, 70 and AB. RGB value is (198,112,171). Sum of RGB (Red+Green+Blue) = 198+112+171=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C670AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C670AB is #398F54. Grayscale: #909090. Windows color (decimal): -3772245 or 11235526. OLE color: 11235526.

HSL color Cylindrical-coordinate representation of color #C670AB: hue angle of 318.84º 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 #C670AB is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198112171-
CMYK00.430.140.22
HSL318.84º43%60.78%-
HSV(B)318.84º43.43%77.65%-
XYZ36.4326.5341.73-
YUV144.44142.99166.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 112 (44.14% from 255) = 23.28%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=41.16%
G=23.28%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811217100.430.140.22318.844360.78
HexC670AB02BE1613f2b3d
Octal30616025305316264775375
Binary110001101110000101010110101011111010110100111111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C670AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C670AB; }

 p { color: rgb(198,112,171); }

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

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

 a { background-color: rgb(198,112,171); }

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

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

 span { border-color: rgb(198,112,171); }

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