Html Css Color HEX #C666BA Fuchsia

📋 copy color: '#C666BA'

red 198 ◦ green 102 ◦ blue 186

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

Shades of Fuchsia #C666BA

Tints of Fuchsia #C666BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 40.74%
G = 20.99%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C666BA (or 0xC666BA) is known color: Fuchsia. HEX triplet: C6, 66 and BA. RGB value is (198,102,186). Sum of RGB (Red+Green+Blue) = 198+102+186=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C666BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666BA is #399945. Grayscale: #8C8C8C. Windows color (decimal): -3774790 or 12216006. OLE color: 12216006.

HSL color Cylindrical-coordinate representation of color #C666BA: hue angle of 307.5º 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 #C666BA is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 102 186 -
CMYK 0 0.48 0.06 0.22
HSL 307.5º 0.46% 0.59% -
HSV(B) 307.5º 0.48% 0.78% -
XYZ 36.9 25.05 49.35 -
YUV 140.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 198 102 186 0 0.48 0.06 0.22 307.5 0.46 0.59
Hex C6 66 BA 0 30 6 16 134 2E 3B
Octal 306 146 272 0 60 6 26 464 56 73
Binary 11000110 1100110 10111010 0 110000 110 10110 100110100 101110 111011

Color Harmonies of #C666BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666BA

Black with #C666BA

Text Example


Text Example

White with #C666BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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