Html Css Color HEX #C484BD London Hue

📋 copy color: '#C484BD'

red 196 ◦ green 132 ◦ blue 189

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

Shades of London Hue #C484BD

Tints of London Hue #C484BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.53%

 BLUE value IS 189 (74.22% from 255) = 36.56%

R = 37.91%
G = 25.53%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C484BD (or 0xC484BD) is known color: London Hue. HEX triplet: C4, 84 and BD. RGB value is (196,132,189). Sum of RGB (Red+Green+Blue) = 196+132+189=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C484BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484BD is #3B7B42. Grayscale: #9D9D9D. Windows color (decimal): -3898179 or 12420292. OLE color: 12420292.

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

Color convert

RGB 196 132 189 -
CMYK 0 0.33 0.04 0.23
HSL 306.56º 0.35% 0.64% -
HSV(B) 306.56º 0.33% 0.77% -
XYZ 40.2 31.91 52.18 -
YUV 157.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 196 132 189 0 0.33 0.04 0.23 306.56 0.35 0.64
Hex C4 84 BD 0 21 4 17 133 23 40
Octal 304 204 275 0 41 4 27 463 43 100
Binary 11000100 10000100 10111101 0 100001 100 10111 100110011 100011 1000000

Color Harmonies of #C484BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484BD

Black with #C484BD

Text Example


Text Example

White with #C484BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484BD; }

 p { color: rgb(196,132,189); }

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

background-color css

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

 a { background-color: rgb(196,132,189); }

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

border-color css

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

 span { border-color: rgb(196,132,189); }

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