Html Css Color HEX #C480BA London Hue

📋 copy color: '#C480BA'

red 196 ◦ green 128 ◦ blue 186

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

Shades of London Hue #C480BA

Tints of London Hue #C480BA

RGB

 RED value IS 196 (76.95% from 255) = 38.43%

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 38.43%
G = 25.1%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C480BA (or 0xC480BA) is known color: London Hue. HEX triplet: C4, 80 and BA. RGB value is (196,128,186). Sum of RGB (Red+Green+Blue) = 196+128+186=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C480BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480BA is #3B7F45. Grayscale: #9A9A9A. Windows color (decimal): -3899206 or 12222660. OLE color: 12222660.

HSL color Cylindrical-coordinate representation of color #C480BA: hue angle of 308.82º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C480BA is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 186 -
CMYK 0 0.35 0.05 0.23
HSL 308.82º 0.37% 0.64% -
HSV(B) 308.82º 0.35% 0.77% -
XYZ 39.35 30.72 50.31 -
YUV 154.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 196 128 186 0 0.35 0.05 0.23 308.82 0.37 0.64
Hex C4 80 BA 0 23 5 17 135 25 40
Octal 304 200 272 0 43 5 27 465 45 100
Binary 11000100 10000000 10111010 0 100011 101 10111 100110101 100101 1000000

Color Harmonies of #C480BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C480BA

Black with #C480BA

Text Example


Text Example

White with #C480BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C480BA; }

 p { color: rgb(196,128,186); }

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

background-color css

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

 a { background-color: rgb(196,128,186); }

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

border-color css

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

 span { border-color: rgb(196,128,186); }

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