#C260A2

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

Shades of Hopbush #C260A2

Tints of Hopbush #C260A2

Color information

#C260A2 (or 0xC260A2) is unknown color: approx Hopbush. HEX triplet: C2, 60 and A2. RGB value is (194,96,162). Sum of RGB (Red+Green+Blue) = 194+96+162=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C260A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C260A2 is #3D9F5D. Grayscale: #848484. Windows color (decimal): -4038494 or 10641602. OLE color: 10641602.

HSL color Cylindrical-coordinate representation of color #C260A2: hue angle of 319.59º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C260A2 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB19496162-
CMYK00.510.160.24
HSL319.59º44.55%56.86%-
HSV(B)319.59º50.52%76.08%-
XYZ32.9522.4436.78-
YUV132.83144.47171.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 162 (63.67% from 255) = 35.84%
R=42.92%
G=21.24%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949616200.510.160.24319.5944.5556.86
HexC260A203310181402d39
Octal30214024206320305005571
Binary1100001011000001010001001100111000011000101000000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C260A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C260A2; }

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

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

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

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

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

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

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

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