#C664A1

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

Shades of Hopbush #C664A1

Tints of Hopbush #C664A1

Color information

#C664A1 (or 0xC664A1) is unknown color: approx Hopbush. HEX triplet: C6, 64 and A1. RGB value is (198,100,161). Sum of RGB (Red+Green+Blue) = 198+100+161=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C664A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C664A1 is #399B5E. Grayscale: #888888. Windows color (decimal): -3775327 or 10577094. OLE color: 10577094.

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

Color convert

RGB198100161-
CMYK00.490.190.22
HSL322.65º46.23%58.43%-
HSV(B)322.65º49.49%77.65%-
XYZ34.2823.6936.48-
YUV136.26141.97172.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=43.14%
G=21.79%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810016100.490.190.22322.6546.2358.43
HexC664A103113161432e3a
Octal30614424106123265035672
Binary1100011011001001010000101100011001110110101000011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664A1; }

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

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

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

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

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

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

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

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