Html Css Color HEX #C080AD London Hue

📋 copy color: '#C080AD'

red 192 ◦ green 128 ◦ blue 173

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

Shades of London Hue #C080AD

Tints of London Hue #C080AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.09%

R = 38.95%
G = 25.96%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C080AD (or 0xC080AD) is known color: London Hue. HEX triplet: C0, 80 and AD. RGB value is (192,128,173). Sum of RGB (Red+Green+Blue) = 192+128+173=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C080AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080AD is #3F7F52. Grayscale: #989898. Windows color (decimal): -4161363 or 11370688. OLE color: 11370688.

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

Color convert

RGB 192 128 173 -
CMYK 0 0.33 0.10 0.25
HSL 317.81º 0.34% 0.63% -
HSV(B) 317.81º 0.33% 0.75% -
XYZ 37 29.66 43.31 -
YUV 152.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 192 128 173 0 0.33 0.10 0.25 317.81 0.34 0.63
Hex C0 80 AD 0 21 A 19 13E 22 3F
Octal 300 200 255 0 41 12 31 476 42 77
Binary 11000000 10000000 10101101 0 100001 1010 11001 100111110 100010 111111

Color Harmonies of #C080AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080AD

Black with #C080AD

Text Example


Text Example

White with #C080AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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