Html Css Color HEX #C068AB Fuchsia

📋 copy color: '#C068AB'

red 192 ◦ green 104 ◦ blue 171

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

Shades of Fuchsia #C068AB

Tints of Fuchsia #C068AB

RGB

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

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

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

R = 41.11%
G = 22.27%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C068AB (or 0xC068AB) is known color: Fuchsia. HEX triplet: C0, 68 and AB. RGB value is (192,104,171). Sum of RGB (Red+Green+Blue) = 192+104+171=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C068AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C068AB is #3F9754. Grayscale: #898989. Windows color (decimal): -4167509 or 11233472. OLE color: 11233472.

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

Color convert

RGB 192 104 171 -
CMYK 0 0.46 0.11 0.25
HSL 314.32º 0.41% 0.58% -
HSV(B) 314.32º 0.46% 0.75% -
XYZ 34.04 24.05 41.38 -
YUV 137.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 192 104 171 0 0.46 0.11 0.25 314.32 0.41 0.58
Hex C0 68 AB 0 2E B 19 13A 29 3A
Octal 300 150 253 0 56 13 31 472 51 72
Binary 11000000 1101000 10101011 0 101110 1011 11001 100111010 101001 111010

Color Harmonies of #C068AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068AB

Black with #C068AB

Text Example


Text Example

White with #C068AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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