Html Css Color HEX #C764AB Fuchsia

📋 copy color: '#C764AB'

red 199 ◦ green 100 ◦ blue 171

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

Shades of Fuchsia #C764AB

Tints of Fuchsia #C764AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.28%

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

R = 42.34%
G = 21.28%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C764AB (or 0xC764AB) is known color: Fuchsia. HEX triplet: C7, 64 and AB. RGB value is (199,100,171). Sum of RGB (Red+Green+Blue) = 199+100+171=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C764AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764AB is #389B54. Grayscale: #898989. Windows color (decimal): -3709781 or 11232455. OLE color: 11232455.

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

Color convert

RGB 199 100 171 -
CMYK 0 0.50 0.14 0.22
HSL 316.97º 0.47% 0.59% -
HSV(B) 316.97º 0.5% 0.78% -
XYZ 35.46 24.2 41.33 -
YUV 137.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 199 100 171 0 0.50 0.14 0.22 316.97 0.47 0.59
Hex C7 64 AB 0 32 E 16 13D 2F 3B
Octal 307 144 253 0 62 16 26 475 57 73
Binary 11000111 1100100 10101011 0 110010 1110 10110 100111101 101111 111011

Color Harmonies of #C764AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C764AB

Black with #C764AB

Text Example


Text Example

White with #C764AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C764AB; }

 p { color: rgb(199,100,171); }

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

background-color css

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

 a { background-color: rgb(199,100,171); }

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

border-color css

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

 span { border-color: rgb(199,100,171); }

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