Html Css Color HEX #C067AC Fuchsia

📋 copy color: '#C067AC'

red 192 ◦ green 103 ◦ blue 172

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

Shades of Fuchsia #C067AC

Tints of Fuchsia #C067AC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.06%

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

R = 41.11%
G = 22.06%
B = 36.83%

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

#C067AC (or 0xC067AC) is known color: Fuchsia. HEX triplet: C0, 67 and AC. RGB value is (192,103,172). Sum of RGB (Red+Green+Blue) = 192+103+172=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C067AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067AC is #3F9853. Grayscale: #898989. Windows color (decimal): -4167764 or 11298752. OLE color: 11298752.

HSL color Cylindrical-coordinate representation of color #C067AC: hue angle of 313.48º 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 #C067AC is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 103 172 -
CMYK 0 0.46 0.10 0.25
HSL 313.48º 0.41% 0.58% -
HSV(B) 313.48º 0.46% 0.75% -
XYZ 34.03 23.89 41.85 -
YUV 137.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 192 103 172 0 0.46 0.10 0.25 313.48 0.41 0.58
Hex C0 67 AC 0 2E A 19 139 29 3A
Octal 300 147 254 0 56 12 31 471 51 72
Binary 11000000 1100111 10101100 0 101110 1010 11001 100111001 101001 111010

Color Harmonies of #C067AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067AC

Black with #C067AC

Text Example


Text Example

White with #C067AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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