#C672AC

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

Shades of Hopbush #C672AC

Tints of Hopbush #C672AC

Color information

#C672AC (or 0xC672AC) is unknown color: approx Hopbush. HEX triplet: C6, 72 and AC. RGB value is (198,114,172). Sum of RGB (Red+Green+Blue) = 198+114+172=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C672AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C672AC is #398D53. Grayscale: #919191. Windows color (decimal): -3771732 or 11301574. OLE color: 11301574.

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

Color convert

RGB198114172-
CMYK00.420.130.22
HSL318.57º42.42%61.18%-
HSV(B)318.57º42.42%77.65%-
XYZ36.7527.0242.31-
YUV145.73142.83165.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 114 (44.92% from 255) = 23.55%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=40.91%
G=23.55%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811417200.420.130.22318.5742.4261.18
HexC672AC02AD1613f2a3d
Octal30616225405215264775275
Binary110001101110010101011000101010110110110100111111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C672AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C672AC; }

 p { color: rgb(198,114,172); }

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

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

 a { background-color: rgb(198,114,172); }

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

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

 span { border-color: rgb(198,114,172); }

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