Html Css Color HEX #C484BB London Hue

📋 copy color: '#C484BB'

red 196 ◦ green 132 ◦ blue 187

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

Shades of London Hue #C484BB

Tints of London Hue #C484BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 38.06%
G = 25.63%
B = 36.31%

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

#C484BB (or 0xC484BB) is known color: London Hue. HEX triplet: C4, 84 and BB. RGB value is (196,132,187). Sum of RGB (Red+Green+Blue) = 196+132+187=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C484BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484BB is #3B7B44. Grayscale: #9D9D9D. Windows color (decimal): -3898181 or 12289220. OLE color: 12289220.

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

Color convert

RGB 196 132 187 -
CMYK 0 0.33 0.05 0.23
HSL 308.44º 0.35% 0.64% -
HSV(B) 308.44º 0.33% 0.77% -
XYZ 39.99 31.83 51.05 -
YUV 157.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 196 132 187 0 0.33 0.05 0.23 308.44 0.35 0.64
Hex C4 84 BB 0 21 5 17 134 23 40
Octal 304 204 273 0 41 5 27 464 43 100
Binary 11000100 10000100 10111011 0 100001 101 10111 100110100 100011 1000000

Color Harmonies of #C484BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484BB

Black with #C484BB

Text Example


Text Example

White with #C484BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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