Html Css Color HEX #C766AC Fuchsia

📋 copy color: '#C766AC'

red 199 ◦ green 102 ◦ blue 172

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

Shades of Fuchsia #C766AC

Tints of Fuchsia #C766AC

RGB

 RED value IS 199 (78.13% from 255) = 42.07%

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

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 42.07%
G = 21.56%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C766AC (or 0xC766AC) is known color: Fuchsia. HEX triplet: C7, 66 and AC. RGB value is (199,102,172). Sum of RGB (Red+Green+Blue) = 199+102+172=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C766AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C766AC is #389953. Grayscale: #8A8A8A. Windows color (decimal): -3709268 or 11298503. OLE color: 11298503.

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

Color convert

RGB 199 102 172 -
CMYK 0 0.49 0.14 0.22
HSL 316.7º 0.46% 0.59% -
HSV(B) 316.7º 0.49% 0.78% -
XYZ 35.75 24.62 41.9 -
YUV 138.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 199 102 172 0 0.49 0.14 0.22 316.7 0.46 0.59
Hex C7 66 AC 0 31 E 16 13D 2E 3B
Octal 307 146 254 0 61 16 26 475 56 73
Binary 11000111 1100110 10101100 0 110001 1110 10110 100111101 101110 111011

Color Harmonies of #C766AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766AC

Black with #C766AC

Text Example


Text Example

White with #C766AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766AC; }

 p { color: rgb(199,102,172); }

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

background-color css

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

 a { background-color: rgb(199,102,172); }

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

border-color css

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

 span { border-color: rgb(199,102,172); }

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