#C674AF

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

Shades of Hopbush #C674AF

Tints of Hopbush #C674AF

Color information

#C674AF (or 0xC674AF) is unknown color: approx Hopbush. HEX triplet: C6, 74 and AF. RGB value is (198,116,175). Sum of RGB (Red+Green+Blue) = 198+116+175=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C674AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C674AF is #398B50. Grayscale: #939393. Windows color (decimal): -3771217 or 11498694. OLE color: 11498694.

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

Color convert

RGB198116175-
CMYK00.410.120.22
HSL316.83º41.84%61.57%-
HSV(B)316.83º41.41%77.65%-
XYZ37.2727.5943.92-
YUV147.24143.67164.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 116 (45.70% from 255) = 23.72%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=40.49%
G=23.72%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811617500.410.120.22316.8341.8461.57
HexC674AF029C1613d2a3e
Octal30616425705114264755276
Binary110001101110100101011110101001110010110100111101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C674AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C674AF; }

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

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

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

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

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

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

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

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