#C670AA

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

Shades of Hopbush #C670AA

Tints of Hopbush #C670AA

Color information

#C670AA (or 0xC670AA) is unknown color: approx Hopbush. HEX triplet: C6, 70 and AA. RGB value is (198,112,170). Sum of RGB (Red+Green+Blue) = 198+112+170=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C670AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C670AA is #398F55. Grayscale: #909090. Windows color (decimal): -3772246 or 11169990. OLE color: 11169990.

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

Color convert

RGB198112170-
CMYK00.430.140.22
HSL319.53º43%60.78%-
HSV(B)319.53º43.43%77.65%-
XYZ36.3426.541.23-
YUV144.33142.49166.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 112 (44.14% from 255) = 23.33%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=41.25%
G=23.33%
B=35.42%

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
Decimal19811217000.430.140.22319.534360.78
HexC670AA02BE161402b3d
Octal30616025205316265005375
Binary110001101110000101010100101011111010110101000000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C670AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C670AA; }

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

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

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

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

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

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

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

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