Html Css Color HEX #C484B7 London Hue

📋 copy color: '#C484B7'

red 196 ◦ green 132 ◦ blue 183

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

Shades of London Hue #C484B7

Tints of London Hue #C484B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.81%

R = 38.36%
G = 25.83%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C484B7 (or 0xC484B7) is known color: London Hue. HEX triplet: C4, 84 and B7. RGB value is (196,132,183). Sum of RGB (Red+Green+Blue) = 196+132+183=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C484B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484B7 is #3B7B48. Grayscale: #9C9C9C. Windows color (decimal): -3898185 or 12027076. OLE color: 12027076.

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

Color convert

RGB 196 132 183 -
CMYK 0 0.33 0.07 0.23
HSL 312.19º 0.35% 0.64% -
HSV(B) 312.19º 0.33% 0.77% -
XYZ 39.56 31.66 48.82 -
YUV 156.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 196 132 183 0 0.33 0.07 0.23 312.19 0.35 0.64
Hex C4 84 B7 0 21 7 17 138 23 40
Octal 304 204 267 0 41 7 27 470 43 100
Binary 11000100 10000100 10110111 0 100001 111 10111 100111000 100011 1000000

Color Harmonies of #C484B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484B7

Black with #C484B7

Text Example


Text Example

White with #C484B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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