Html Css Color HEX #C068AC Fuchsia

📋 copy color: '#C068AC'

red 192 ◦ green 104 ◦ blue 172

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

Shades of Fuchsia #C068AC

Tints of Fuchsia #C068AC

RGB

 RED value IS 192 (75.39% from 255) = 41.03%

 GREEN value IS 104 (41.02% from 255) = 22.22%

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

R = 41.03%
G = 22.22%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C068AC (or 0xC068AC) is known color: Fuchsia. HEX triplet: C0, 68 and AC. RGB value is (192,104,172). Sum of RGB (Red+Green+Blue) = 192+104+172=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C068AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C068AC is #3F9753. Grayscale: #898989. Windows color (decimal): -4167508 or 11299008. OLE color: 11299008.

HSL color Cylindrical-coordinate representation of color #C068AC: hue angle of 313.64º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C068AC is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 172 -
CMYK 0 0.46 0.10 0.25
HSL 313.64º 0.41% 0.58% -
HSV(B) 313.64º 0.46% 0.75% -
XYZ 34.13 24.09 41.88 -
YUV 138.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 192 104 172 0 0.46 0.10 0.25 313.64 0.41 0.58
Hex C0 68 AC 0 2E A 19 13A 29 3A
Octal 300 150 254 0 56 12 31 472 51 72
Binary 11000000 1101000 10101100 0 101110 1010 11001 100111010 101001 111010

Color Harmonies of #C068AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068AC

Black with #C068AC

Text Example


Text Example

White with #C068AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068AC; }

 p { color: rgb(192,104,172); }

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

background-color css

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

 a { background-color: rgb(192,104,172); }

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

border-color css

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

 span { border-color: rgb(192,104,172); }

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