#C168B6

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

Shades of Fuchsia #C168B6

Tints of Fuchsia #C168B6

Color information

#C168B6 (or 0xC168B6) is unknown color: approx Fuchsia. HEX triplet: C1, 68 and B6. RGB value is (193,104,182). Sum of RGB (Red+Green+Blue) = 193+104+182=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C168B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168B6 is #3E9749. Grayscale: #8B8B8B. Windows color (decimal): -4101962 or 11954369. OLE color: 11954369.

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

Color convert

RGB193104182-
CMYK00.460.060.24
HSL307.42º41.78%58.24%-
HSV(B)307.42º46.11%75.69%-
XYZ35.3924.6247.14-
YUV139.5151.99166.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.29%
GREEN value IS 104 (41.02% from 255) = 21.71%
BLUE value IS 182 (71.48% from 255) = 38.00%
R=40.29%
G=21.71%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310418200.460.060.24307.4241.7858.24
HexC168B602E6181332a3a
Octal3011502660566304635272
Binary11000001110100010110110010111011011000100110011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C168B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C168B6; }

 p { color: rgb(193,104,182); }

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

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

 a { background-color: rgb(193,104,182); }

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

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

 span { border-color: rgb(193,104,182); }

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