#C664A6

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

Shades of Hopbush #C664A6

Tints of Hopbush #C664A6

Color information

#C664A6 (or 0xC664A6) is unknown color: approx Hopbush. HEX triplet: C6, 64 and A6. RGB value is (198,100,166). Sum of RGB (Red+Green+Blue) = 198+100+166=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C664A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C664A6 is #399B59. Grayscale: #888888. Windows color (decimal): -3775322 or 10904774. OLE color: 10904774.

HSL color Cylindrical-coordinate representation of color #C664A6: hue angle of 319.59º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C664A6 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB198100166-
CMYK00.490.160.22
HSL319.59º46.23%58.43%-
HSV(B)319.59º49.49%77.65%-
XYZ34.7323.8738.85-
YUV136.83144.47171.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.67%
GREEN value IS 100 (39.45% from 255) = 21.55%
BLUE value IS 166 (65.23% from 255) = 35.78%
R=42.67%
G=21.55%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810016600.490.160.22319.5946.2358.43
HexC664A603110161402e3a
Octal30614424606120265005672
Binary1100011011001001010011001100011000010110101000000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664A6; }

 p { color: rgb(198,100,166); }

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

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

 a { background-color: rgb(198,100,166); }

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

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

 span { border-color: rgb(198,100,166); }

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