Html Css Color HEX #C485BA London Hue

📋 copy color: '#C485BA'

red 196 ◦ green 133 ◦ blue 186

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

Shades of London Hue #C485BA

Tints of London Hue #C485BA

RGB

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

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

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

R = 38.06%
G = 25.83%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C485BA (or 0xC485BA) is known color: London Hue. HEX triplet: C4, 85 and BA. RGB value is (196,133,186). Sum of RGB (Red+Green+Blue) = 196+133+186=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C485BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485BA is #3B7A45. Grayscale: #9D9D9D. Windows color (decimal): -3897926 or 12223940. OLE color: 12223940.

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

Color convert

RGB 196 133 186 -
CMYK 0 0.32 0.05 0.23
HSL 309.52º 0.35% 0.65% -
HSV(B) 309.52º 0.32% 0.77% -
XYZ 40.02 32.06 50.53 -
YUV 157.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 196 133 186 0 0.32 0.05 0.23 309.52 0.35 0.65
Hex C4 85 BA 0 20 5 17 136 23 41
Octal 304 205 272 0 40 5 27 466 43 101
Binary 11000100 10000101 10111010 0 100000 101 10111 100110110 100011 1000001

Color Harmonies of #C485BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485BA

Black with #C485BA

Text Example


Text Example

White with #C485BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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