Html Css Color HEX #C766BB Fuchsia

📋 copy color: '#C766BB'

red 199 ◦ green 102 ◦ blue 187

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

Shades of Fuchsia #C766BB

Tints of Fuchsia #C766BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 40.78%
G = 20.9%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C766BB (or 0xC766BB) is known color: Fuchsia. HEX triplet: C7, 66 and BB. RGB value is (199,102,187). Sum of RGB (Red+Green+Blue) = 199+102+187=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C766BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766BB is #389944. Grayscale: #8C8C8C. Windows color (decimal): -3709253 or 12281543. OLE color: 12281543.

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

Color convert

RGB 199 102 187 -
CMYK 0 0.49 0.06 0.22
HSL 307.42º 0.46% 0.59% -
HSV(B) 307.42º 0.49% 0.78% -
XYZ 37.27 25.23 49.92 -
YUV 140.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 199 102 187 0 0.49 0.06 0.22 307.42 0.46 0.59
Hex C7 66 BB 0 31 6 16 133 2E 3B
Octal 307 146 273 0 61 6 26 463 56 73
Binary 11000111 1100110 10111011 0 110001 110 10110 100110011 101110 111011

Color Harmonies of #C766BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C766BB

Black with #C766BB

Text Example


Text Example

White with #C766BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C766BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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