#C168BA

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

Shades of Fuchsia #C168BA

Tints of Fuchsia #C168BA

Color information

#C168BA (or 0xC168BA) is unknown color: approx Fuchsia. HEX triplet: C1, 68 and BA. RGB value is (193,104,186). Sum of RGB (Red+Green+Blue) = 193+104+186=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C168BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168BA is #3E9745. Grayscale: #8B8B8B. Windows color (decimal): -4101958 or 12216513. OLE color: 12216513.

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

Color convert

RGB193104186-
CMYK00.460.040.24
HSL304.72º41.78%58.24%-
HSV(B)304.72º46.11%75.69%-
XYZ35.8124.7849.35-
YUV139.96153.99165.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=39.96%
G=21.53%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310418600.460.040.24304.7241.7858.24
HexC168BA02E4181312a3a
Octal3011502720564304615272
Binary11000001110100010111010010111010011000100110001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C168BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C168BA; }

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

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

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

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

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

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

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

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