Html Css Color HEX #C080AF London Hue

📋 copy color: '#C080AF'

red 192 ◦ green 128 ◦ blue 175

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

Shades of London Hue #C080AF

Tints of London Hue #C080AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.35%

R = 38.79%
G = 25.86%
B = 35.35%

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

#C080AF (or 0xC080AF) is known color: London Hue. HEX triplet: C0, 80 and AF. RGB value is (192,128,175). Sum of RGB (Red+Green+Blue) = 192+128+175=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C080AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080AF is #3F7F50. Grayscale: #989898. Windows color (decimal): -4161361 or 11501760. OLE color: 11501760.

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

Color convert

RGB 192 128 175 -
CMYK 0 0.33 0.09 0.25
HSL 315.94º 0.34% 0.63% -
HSV(B) 315.94º 0.33% 0.75% -
XYZ 37.2 29.74 44.34 -
YUV 152.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 192 128 175 0 0.33 0.09 0.25 315.94 0.34 0.63
Hex C0 80 AF 0 21 9 19 13C 22 3F
Octal 300 200 257 0 41 11 31 474 42 77
Binary 11000000 10000000 10101111 0 100001 1001 11001 100111100 100010 111111

Color Harmonies of #C080AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080AF

Black with #C080AF

Text Example


Text Example

White with #C080AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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