#C169BB

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

Shades of Fuchsia #C169BB

Tints of Fuchsia #C169BB

Color information

#C169BB (or 0xC169BB) is unknown color: approx Fuchsia. HEX triplet: C1, 69 and BB. RGB value is (193,105,187). Sum of RGB (Red+Green+Blue) = 193+105+187=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C169BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169BB is #3E9644. Grayscale: #8C8C8C. Windows color (decimal): -4101701 or 12282305. OLE color: 12282305.

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

Color convert

RGB193105187-
CMYK00.460.030.24
HSL304.09º41.51%58.43%-
HSV(B)304.09º45.6%75.69%-
XYZ36.0125.0349.95-
YUV140.66154.15165.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 105 (41.41% from 255) = 21.65%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=39.79%
G=21.65%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310518700.460.030.24304.0941.5158.43
HexC169BB02E3181302a3a
Octal3011512730563304605272
Binary1100000111010011011101101011101111000100110000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C169BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C169BB; }

 p { color: rgb(193,105,187); }

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

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

 a { background-color: rgb(193,105,187); }

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

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

 span { border-color: rgb(193,105,187); }

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