#C660A2

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

Shades of Hopbush #C660A2

Tints of Hopbush #C660A2

Color information

#C660A2 (or 0xC660A2) is unknown color: approx Hopbush. HEX triplet: C6, 60 and A2. RGB value is (198,96,162). Sum of RGB (Red+Green+Blue) = 198+96+162=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C660A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C660A2 is #399F5D. Grayscale: #858585. Windows color (decimal): -3776350 or 10641606. OLE color: 10641606.

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

Color convert

RGB19896162-
CMYK00.520.180.22
HSL321.18º47.22%57.65%-
HSV(B)321.18º51.52%77.65%-
XYZ33.9922.9836.83-
YUV134.02143.79173.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.42%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 162 (63.67% from 255) = 35.53%
R=43.42%
G=21.05%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989616200.520.180.22321.1847.2257.65
HexC660A203412161412f3a
Octal30614024206422265015772
Binary1100011011000001010001001101001001010110101000001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C660A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C660A2; }

 p { color: rgb(198,96,162); }

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

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

 a { background-color: rgb(198,96,162); }

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

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

 span { border-color: rgb(198,96,162); }

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