#c674aa

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

Shades of Hopbush #C674AA

Tints of Hopbush #C674AA

Color information

#C674AA (or 0xC674AA) is unknown color: approx Hopbush. HEX triplet: C6, 74 and AA. RGB value is (198,116,170). Sum of RGB (Red+Green+Blue) = 198+116+170=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C674AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C674AA is #398B55. Grayscale: #929292. Windows color (decimal): -3771222 or 11171014. OLE color: 11171014.

HSL color Cylindrical-coordinate representation of color #C674AA: hue angle of 320.49º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C674AA is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198116170-
CMYK00.410.140.22
HSL320.49º41.84%61.57%-
HSV(B)320.49º41.41%77.65%-
XYZ36.7927.441.38-
YUV146.67141.17164.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=40.91%
G=23.97%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811617000.410.140.22320.4941.8461.57
HexC674AA029E161402a3e
Octal30616425205116265005276
Binary110001101110100101010100101001111010110101000000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c674aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c674aa; }

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

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

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

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

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

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

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

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