Html Css Color HEX #C080B5 London Hue

📋 copy color: '#C080B5'

red 192 ◦ green 128 ◦ blue 181

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

Shades of London Hue #C080B5

Tints of London Hue #C080B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 38.32%
G = 25.55%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C080B5 (or 0xC080B5) is known color: London Hue. HEX triplet: C0, 80 and B5. RGB value is (192,128,181). Sum of RGB (Red+Green+Blue) = 192+128+181=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C080B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080B5 is #3F7F4A. Grayscale: #999999. Windows color (decimal): -4161355 or 11894976. OLE color: 11894976.

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

Color convert

RGB 192 128 181 -
CMYK 0 0.33 0.06 0.25
HSL 310.31º 0.34% 0.63% -
HSV(B) 310.31º 0.33% 0.75% -
XYZ 37.8 29.98 47.51 -
YUV 153.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 192 128 181 0 0.33 0.06 0.25 310.31 0.34 0.63
Hex C0 80 B5 0 21 6 19 136 22 3F
Octal 300 200 265 0 41 6 31 466 42 77
Binary 11000000 10000000 10110101 0 100001 110 11001 100110110 100010 111111

Color Harmonies of #C080B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080B5

Black with #C080B5

Text Example


Text Example

White with #C080B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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