Html Css Color HEX #C484BA London Hue

📋 copy color: '#C484BA'

red 196 ◦ green 132 ◦ blue 186

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

Shades of London Hue #C484BA

Tints of London Hue #C484BA

RGB

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

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

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

R = 38.13%
G = 25.68%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C484BA (or 0xC484BA) is known color: London Hue. HEX triplet: C4, 84 and BA. RGB value is (196,132,186). Sum of RGB (Red+Green+Blue) = 196+132+186=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C484BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484BA is #3B7B45. Grayscale: #9D9D9D. Windows color (decimal): -3898182 or 12223684. OLE color: 12223684.

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

Color convert

RGB 196 132 186 -
CMYK 0 0.33 0.05 0.23
HSL 309.38º 0.35% 0.64% -
HSV(B) 309.38º 0.33% 0.77% -
XYZ 39.88 31.78 50.49 -
YUV 157.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 196 132 186 0 0.33 0.05 0.23 309.38 0.35 0.64
Hex C4 84 BA 0 21 5 17 135 23 40
Octal 304 204 272 0 41 5 27 465 43 100
Binary 11000100 10000100 10111010 0 100001 101 10111 100110101 100011 1000000

Color Harmonies of #C484BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484BA

Black with #C484BA

Text Example


Text Example

White with #C484BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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