Html Css Color HEX #C666AB Fuchsia

📋 copy color: '#C666AB'

red 198 ◦ green 102 ◦ blue 171

#C666AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C666AB

Tints of Fuchsia #C666AB

RGB

 RED value IS 198 (77.73% from 255) = 42.04%

 GREEN value IS 102 (40.23% from 255) = 21.66%

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 42.04%
G = 21.66%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C666AB (or 0xC666AB) is known color: Fuchsia. HEX triplet: C6, 66 and AB. RGB value is (198,102,171). Sum of RGB (Red+Green+Blue) = 198+102+171=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C666AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C666AB is #399954. Grayscale: #8A8A8A. Windows color (decimal): -3774805 or 11232966. OLE color: 11232966.

HSL color Cylindrical-coordinate representation of color #C666AB: hue angle of 316.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C666AB is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 102 171 -
CMYK 0 0.48 0.14 0.22
HSL 316.88º 0.46% 0.59% -
HSV(B) 316.88º 0.48% 0.78% -
XYZ 35.39 24.45 41.38 -
YUV 138.57 146.3 170.39 -
System Red Green Blue C M Y K H S L
Decimal 198 102 171 0 0.48 0.14 0.22 316.88 0.46 0.59
Hex C6 66 AB 0 30 E 16 13D 2E 3B
Octal 306 146 253 0 60 16 26 475 56 73
Binary 11000110 1100110 10101011 0 110000 1110 10110 100111101 101110 111011

Color Harmonies of #C666AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666AB

Black with #C666AB

Text Example


Text Example

White with #C666AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666AB; }

 p { color: rgb(198,102,171); }

 H1.HeaderClassName
 {
   color: #C666AB;
 }
 .AnyTagClassName
 {
   color: #C666AB;
 }
</style>

background-color css

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

 a { background-color: rgb(198,102,171); }

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

border-color css

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

 span { border-color: rgb(198,102,171); }

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