Html Css Color HEX #C06BAC Fuchsia

📋 copy color: '#C06BAC'

red 192 ◦ green 107 ◦ blue 172

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

Shades of Fuchsia #C06BAC

Tints of Fuchsia #C06BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.72%

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

R = 40.76%
G = 22.72%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C06BAC (or 0xC06BAC) is known color: Fuchsia. HEX triplet: C0, 6B and AC. RGB value is (192,107,172). Sum of RGB (Red+Green+Blue) = 192+107+172=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06BAC is #3F9453. Grayscale: #8B8B8B. Windows color (decimal): -4166740 or 11299776. OLE color: 11299776.

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

Color convert

RGB 192 107 172 -
CMYK 0 0.44 0.10 0.25
HSL 314.12º 0.4% 0.59% -
HSV(B) 314.12º 0.44% 0.75% -
XYZ 34.44 24.7 41.98 -
YUV 139.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 192 107 172 0 0.44 0.10 0.25 314.12 0.4 0.59
Hex C0 6B AC 0 2C A 19 13A 28 3B
Octal 300 153 254 0 54 12 31 472 50 73
Binary 11000000 1101011 10101100 0 101100 1010 11001 100111010 101000 111011

Color Harmonies of #C06BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BAC

Black with #C06BAC

Text Example


Text Example

White with #C06BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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