#C166A7

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

Shades of Hopbush #C166A7

Tints of Hopbush #C166A7

Color information

#C166A7 (or 0xC166A7) is unknown color: approx Hopbush. HEX triplet: C1, 66 and A7. RGB value is (193,102,167). Sum of RGB (Red+Green+Blue) = 193+102+167=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C166A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166A7 is #3E9958. Grayscale: #888888. Windows color (decimal): -4102489 or 10970817. OLE color: 10970817.

HSL color Cylindrical-coordinate representation of color #C166A7: hue angle of 317.14º degrees, saturation: 0.42, 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 #C166A7 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB193102167-
CMYK00.470.130.24
HSL317.14º42.33%57.84%-
HSV(B)317.14º47.15%75.69%-
XYZ33.7223.6339.34-
YUV136.62145.15168.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 102 (40.23% from 255) = 22.08%
BLUE value IS 167 (65.62% from 255) = 36.15%
R=41.77%
G=22.08%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310216700.470.130.24317.1442.3357.84
HexC166A702FD1813d2a3a
Octal30114624705715304755272
Binary110000011100110101001110101111110111000100111101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C166A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C166A7; }

 p { color: rgb(193,102,167); }

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

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

 a { background-color: rgb(193,102,167); }

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

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

 span { border-color: rgb(193,102,167); }

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