#C660A5

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

Shades of Hopbush #C660A5

Tints of Hopbush #C660A5

Color information

#C660A5 (or 0xC660A5) is unknown color: approx Hopbush. HEX triplet: C6, 60 and A5. RGB value is (198,96,165). Sum of RGB (Red+Green+Blue) = 198+96+165=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C660A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C660A5 is #399F5A. Grayscale: #868686. Windows color (decimal): -3776347 or 10838214. OLE color: 10838214.

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

Color convert

RGB19896165-
CMYK00.520.170.22
HSL319.41º47.22%57.65%-
HSV(B)319.41º51.52%77.65%-
XYZ34.2623.0938.25-
YUV134.36145.29173.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=43.14%
G=20.92%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989616500.520.170.22319.4147.2257.65
HexC660A5034111613f2f3a
Octal30614024506421264775772
Binary1100011011000001010010101101001000110110100111111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C660A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C660A5; }

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

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

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

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

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

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

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

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