Html Css Color HEX #C485B9 London Hue

📋 copy color: '#C485B9'

red 196 ◦ green 133 ◦ blue 185

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

Shades of London Hue #C485B9

Tints of London Hue #C485B9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.88%

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 38.13%
G = 25.88%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C485B9 (or 0xC485B9) is known color: London Hue. HEX triplet: C4, 85 and B9. RGB value is (196,133,185). Sum of RGB (Red+Green+Blue) = 196+133+185=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C485B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485B9 is #3B7A46. Grayscale: #9D9D9D. Windows color (decimal): -3897927 or 12158404. OLE color: 12158404.

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

Color convert

RGB 196 133 185 -
CMYK 0 0.32 0.06 0.23
HSL 310.48º 0.35% 0.65% -
HSV(B) 310.48º 0.32% 0.77% -
XYZ 39.91 32.01 49.97 -
YUV 157.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 196 133 185 0 0.32 0.06 0.23 310.48 0.35 0.65
Hex C4 85 B9 0 20 6 17 136 23 41
Octal 304 205 271 0 40 6 27 466 43 101
Binary 11000100 10000101 10111001 0 100000 110 10111 100110110 100011 1000001

Color Harmonies of #C485B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485B9

Black with #C485B9

Text Example


Text Example

White with #C485B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485B9; }

 p { color: rgb(196,133,185); }

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

background-color css

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

 a { background-color: rgb(196,133,185); }

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

border-color css

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

 span { border-color: rgb(196,133,185); }

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