Html Css Color HEX #C06AAB Fuchsia

📋 copy color: '#C06AAB'

red 192 ◦ green 106 ◦ blue 171

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

Shades of Fuchsia #C06AAB

Tints of Fuchsia #C06AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.6%

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

R = 40.94%
G = 22.6%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C06AAB (or 0xC06AAB) is known color: Fuchsia. HEX triplet: C0, 6A and AB. RGB value is (192,106,171). Sum of RGB (Red+Green+Blue) = 192+106+171=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06AAB is #3F9554. Grayscale: #8A8A8A. Windows color (decimal): -4166997 or 11233984. OLE color: 11233984.

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

Color convert

RGB 192 106 171 -
CMYK 0 0.45 0.11 0.25
HSL 314.65º 0.41% 0.58% -
HSV(B) 314.65º 0.45% 0.75% -
XYZ 34.24 24.45 41.44 -
YUV 139.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 192 106 171 0 0.45 0.11 0.25 314.65 0.41 0.58
Hex C0 6A AB 0 2D B 19 13B 29 3A
Octal 300 152 253 0 55 13 31 473 51 72
Binary 11000000 1101010 10101011 0 101101 1011 11001 100111011 101001 111010

Color Harmonies of #C06AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AAB

Black with #C06AAB

Text Example


Text Example

White with #C06AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AAB; }

 p { color: rgb(192,106,171); }

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

background-color css

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

 a { background-color: rgb(192,106,171); }

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

border-color css

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

 span { border-color: rgb(192,106,171); }

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