#C675AC

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

Shades of Hopbush #C675AC

Tints of Hopbush #C675AC

Color information

#C675AC (or 0xC675AC) is unknown color: approx Hopbush. HEX triplet: C6, 75 and AC. RGB value is (198,117,172). Sum of RGB (Red+Green+Blue) = 198+117+172=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C675AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C675AC is #398A53. Grayscale: #939393. Windows color (decimal): -3770964 or 11302342. OLE color: 11302342.

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

Color convert

RGB198117172-
CMYK00.410.130.22
HSL319.26º41.54%61.76%-
HSV(B)319.26º40.91%77.65%-
XYZ37.127.7142.42-
YUV147.49141.84164.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=40.66%
G=24.02%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811717200.410.130.22319.2641.5461.76
HexC675AC029D1613f2a3e
Octal30616525405115264775276
Binary110001101110101101011000101001110110110100111111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C675AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C675AC; }

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

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

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

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

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

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

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

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