Html Css Color HEX #C480B2 London Hue

📋 copy color: '#C480B2'

red 196 ◦ green 128 ◦ blue 178

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

Shades of London Hue #C480B2

Tints of London Hue #C480B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.46%

R = 39.04%
G = 25.5%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C480B2 (or 0xC480B2) is known color: London Hue. HEX triplet: C4, 80 and B2. RGB value is (196,128,178). Sum of RGB (Red+Green+Blue) = 196+128+178=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C480B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C480B2 is #3B7F4D. Grayscale: #999999. Windows color (decimal): -3899214 or 11698372. OLE color: 11698372.

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

Color convert

RGB 196 128 178 -
CMYK 0 0.35 0.09 0.23
HSL 315.88º 0.37% 0.64% -
HSV(B) 315.88º 0.35% 0.77% -
XYZ 38.52 30.39 45.95 -
YUV 154.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 196 128 178 0 0.35 0.09 0.23 315.88 0.37 0.64
Hex C4 80 B2 0 23 9 17 13C 25 40
Octal 304 200 262 0 43 11 27 474 45 100
Binary 11000100 10000000 10110010 0 100011 1001 10111 100111100 100101 1000000

Color Harmonies of #C480B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C480B2

Black with #C480B2

Text Example


Text Example

White with #C480B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C480B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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