#C167AB

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

Shades of Fuchsia #C167AB

Tints of Fuchsia #C167AB

Color information

#C167AB (or 0xC167AB) is unknown color: approx Fuchsia. HEX triplet: C1, 67 and AB. RGB value is (193,103,171). Sum of RGB (Red+Green+Blue) = 193+103+171=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C167AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C167AB is #3E9854. Grayscale: #898989. Windows color (decimal): -4102229 or 11233217. OLE color: 11233217.

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

Color convert

RGB193103171-
CMYK00.470.110.24
HSL314.67º42.06%58.04%-
HSV(B)314.67º46.63%75.69%-
XYZ34.1923.9841.35-
YUV137.66146.82167.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 103 (40.62% from 255) = 22.06%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=41.33%
G=22.06%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310317100.470.110.24314.6742.0658.04
HexC167AB02FB1813b2a3a
Octal30114725305713304735272
Binary110000011100111101010110101111101111000100111011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C167AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C167AB; }

 p { color: rgb(193,103,171); }

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

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

 a { background-color: rgb(193,103,171); }

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

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

 span { border-color: rgb(193,103,171); }

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