#C069AC

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

Shades of Fuchsia #C069AC

Tints of Fuchsia #C069AC

Color information

#C069AC (or 0xC069AC) is unknown color: approx Fuchsia. HEX triplet: C0, 69 and AC. RGB value is (192,105,172). Sum of RGB (Red+Green+Blue) = 192+105+172=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C069AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069AC is #3F9653. Grayscale: #8A8A8A. Windows color (decimal): -4167252 or 11299264. OLE color: 11299264.

HSL color Cylindrical-coordinate representation of color #C069AC: hue angle of 313.79º 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 #C069AC is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB192105172-
CMYK00.450.100.25
HSL313.79º40.85%58.24%-
HSV(B)313.79º45.31%75.29%-
XYZ34.2424.2941.91-
YUV138.65146.82166.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=40.94%
G=22.39%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210517200.450.100.25313.7940.8558.24
HexC069AC02DA1913a293a
Octal30015125405512314725172
Binary110000001101001101011000101101101011001100111010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069AC; }

 p { color: rgb(192,105,172); }

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

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

 a { background-color: rgb(192,105,172); }

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

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

 span { border-color: rgb(192,105,172); }

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