#C261A6

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

Shades of Hopbush #C261A6

Tints of Hopbush #C261A6

Color information

#C261A6 (or 0xC261A6) is unknown color: approx Hopbush. HEX triplet: C2, 61 and A6. RGB value is (194,97,166). Sum of RGB (Red+Green+Blue) = 194+97+166=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C261A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C261A6 is #3D9E59. Grayscale: #858585. Windows color (decimal): -4038234 or 10904002. OLE color: 10904002.

HSL color Cylindrical-coordinate representation of color #C261A6: hue angle of 317.32º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C261A6 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19497166-
CMYK00.500.140.24
HSL317.32º44.29%57.06%-
HSV(B)317.32º50%76.08%-
XYZ33.4122.7738.71-
YUV133.87146.14170.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 97 (38.28% from 255) = 21.23%
BLUE value IS 166 (65.23% from 255) = 36.32%
R=42.45%
G=21.23%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949716600.500.140.24317.3244.2957.06
HexC261A6032E1813d2c39
Octal30214124606216304755471
Binary110000101100001101001100110010111011000100111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C261A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C261A6; }

 p { color: rgb(194,97,166); }

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

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

 a { background-color: rgb(194,97,166); }

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

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

 span { border-color: rgb(194,97,166); }

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