#C069B6

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

Shades of Fuchsia #C069B6

Tints of Fuchsia #C069B6

Color information

#C069B6 (or 0xC069B6) is unknown color: approx Fuchsia. HEX triplet: C0, 69 and B6. RGB value is (192,105,182). Sum of RGB (Red+Green+Blue) = 192+105+182=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C069B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069B6 is #3F9649. Grayscale: #8B8B8B. Windows color (decimal): -4167242 or 11954624. OLE color: 11954624.

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

Color convert

RGB192105182-
CMYK00.450.050.25
HSL306.9º40.85%58.24%-
HSV(B)306.9º45.31%75.29%-
XYZ35.2324.6947.16-
YUV139.79151.82165.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 182 (71.48% from 255) = 38.00%
R=40.08%
G=21.92%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210518200.450.050.25306.940.8558.24
HexC069B602D519133293a
Octal3001512660555314635172
Binary11000000110100110110110010110110111001100110011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069B6; }

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

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

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

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

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

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

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

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