Html Css Color HEX #C069AB Fuchsia

📋 copy color: '#C069AB'

red 192 ◦ green 105 ◦ blue 171

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

Shades of Fuchsia #C069AB

Tints of Fuchsia #C069AB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.44%

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

R = 41.03%
G = 22.44%
B = 36.54%

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

#C069AB (or 0xC069AB) is known color: Fuchsia. HEX triplet: C0, 69 and AB. RGB value is (192,105,171). Sum of RGB (Red+Green+Blue) = 192+105+171=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C069AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069AB is #3F9654. Grayscale: #8A8A8A. Windows color (decimal): -4167253 or 11233728. OLE color: 11233728.

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

Color convert

RGB 192 105 171 -
CMYK 0 0.45 0.11 0.25
HSL 314.48º 0.41% 0.58% -
HSV(B) 314.48º 0.45% 0.75% -
XYZ 34.14 24.25 41.41 -
YUV 138.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 192 105 171 0 0.45 0.11 0.25 314.48 0.41 0.58
Hex C0 69 AB 0 2D B 19 13A 29 3A
Octal 300 151 253 0 55 13 31 472 51 72
Binary 11000000 1101001 10101011 0 101101 1011 11001 100111010 101001 111010

Color Harmonies of #C069AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069AB

Black with #C069AB

Text Example


Text Example

White with #C069AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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