#C266A5

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

Shades of Hopbush #C266A5

Tints of Hopbush #C266A5

Color information

#C266A5 (or 0xC266A5) is unknown color: approx Hopbush. HEX triplet: C2, 66 and A5. RGB value is (194,102,165). Sum of RGB (Red+Green+Blue) = 194+102+165=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C266A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C266A5 is #3D995A. Grayscale: #888888. Windows color (decimal): -4036955 or 10839746. OLE color: 10839746.

HSL color Cylindrical-coordinate representation of color #C266A5: hue angle of 318.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C266A5 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB194102165-
CMYK00.470.150.24
HSL318.91º42.99%58.04%-
HSV(B)318.91º47.42%76.08%-
XYZ33.7923.6938.39-
YUV136.69143.98168.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 165 (64.84% from 255) = 35.79%
R=42.08%
G=22.13%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410216500.470.150.24318.9142.9958.04
HexC266A502FF1813f2b3a
Octal30214624505717304775372
Binary110000101100110101001010101111111111000100111111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C266A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C266A5; }

 p { color: rgb(194,102,165); }

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

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

 a { background-color: rgb(194,102,165); }

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

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

 span { border-color: rgb(194,102,165); }

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