#C06AB2

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

Shades of Fuchsia #C06AB2

Tints of Fuchsia #C06AB2

Color information

#C06AB2 (or 0xC06AB2) is unknown color: approx Fuchsia. HEX triplet: C0, 6A and B2. RGB value is (192,106,178). Sum of RGB (Red+Green+Blue) = 192+106+178=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06AB2 is #3F954D. Grayscale: #8B8B8B. Windows color (decimal): -4166990 or 11692736. OLE color: 11692736.

HSL color Cylindrical-coordinate representation of color #C06AB2: hue angle of 309.77º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06AB2 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB192106178-
CMYK00.450.070.25
HSL309.77º40.57%58.43%-
HSV(B)309.77º44.79%75.29%-
XYZ34.9324.7345.05-
YUV139.92149.49165.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 178 (69.92% from 255) = 37.39%
R=40.34%
G=22.27%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210617800.450.070.25309.7740.5758.43
HexC06AB202D719136293a
Octal3001522620557314665172
Binary11000000110101010110010010110111111001100110110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06AB2; }

 p { color: rgb(192,106,178); }

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

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

 a { background-color: rgb(192,106,178); }

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

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

 span { border-color: rgb(192,106,178); }

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