Html Css Color HEX #C069AA Fuchsia

📋 copy color: '#C069AA'

red 192 ◦ green 105 ◦ blue 170

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

Shades of Fuchsia #C069AA

Tints of Fuchsia #C069AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 41.11%
G = 22.48%
B = 36.4%

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

#C069AA (or 0xC069AA) is known color: Fuchsia. HEX triplet: C0, 69 and AA. RGB value is (192,105,170). Sum of RGB (Red+Green+Blue) = 192+105+170=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C069AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069AA is #3F9655. Grayscale: #8A8A8A. Windows color (decimal): -4167254 or 11168192. OLE color: 11168192.

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

Color convert

RGB 192 105 170 -
CMYK 0 0.45 0.11 0.25
HSL 315.17º 0.41% 0.58% -
HSV(B) 315.17º 0.45% 0.75% -
XYZ 34.05 24.21 40.91 -
YUV 138.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 192 105 170 0 0.45 0.11 0.25 315.17 0.41 0.58
Hex C0 69 AA 0 2D B 19 13B 29 3A
Octal 300 151 252 0 55 13 31 473 51 72
Binary 11000000 1101001 10101010 0 101101 1011 11001 100111011 101001 111010

Color Harmonies of #C069AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069AA

Black with #C069AA

Text Example


Text Example

White with #C069AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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