Html Css Color HEX #C080AE London Hue

📋 copy color: '#C080AE'

red 192 ◦ green 128 ◦ blue 174

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

Shades of London Hue #C080AE

Tints of London Hue #C080AE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.91%

 BLUE value IS 174 (68.36% from 255) = 35.22%

R = 38.87%
G = 25.91%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C080AE (or 0xC080AE) is known color: London Hue. HEX triplet: C0, 80 and AE. RGB value is (192,128,174). Sum of RGB (Red+Green+Blue) = 192+128+174=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C080AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080AE is #3F7F51. Grayscale: #989898. Windows color (decimal): -4161362 or 11436224. OLE color: 11436224.

HSL color Cylindrical-coordinate representation of color #C080AE: hue angle of 316.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C080AE is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 174 -
CMYK 0 0.33 0.09 0.25
HSL 316.88º 0.34% 0.63% -
HSV(B) 316.88º 0.33% 0.75% -
XYZ 37.1 29.7 43.82 -
YUV 152.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 192 128 174 0 0.33 0.09 0.25 316.88 0.34 0.63
Hex C0 80 AE 0 21 9 19 13D 22 3F
Octal 300 200 256 0 41 11 31 475 42 77
Binary 11000000 10000000 10101110 0 100001 1001 11001 100111101 100010 111111

Color Harmonies of #C080AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080AE

Black with #C080AE

Text Example


Text Example

White with #C080AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080AE; }

 p { color: rgb(192,128,174); }

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

background-color css

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

 a { background-color: rgb(192,128,174); }

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

border-color css

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

 span { border-color: rgb(192,128,174); }

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