Html Css Color HEX #C385BA London Hue

📋 copy color: '#C385BA'

red 195 ◦ green 133 ◦ blue 186

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

Shades of London Hue #C385BA

Tints of London Hue #C385BA

RGB

 RED value IS 195 (76.56% from 255) = 37.94%

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

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

R = 37.94%
G = 25.88%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C385BA (or 0xC385BA) is known color: London Hue. HEX triplet: C3, 85 and BA. RGB value is (195,133,186). Sum of RGB (Red+Green+Blue) = 195+133+186=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C385BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385BA is #3C7A45. Grayscale: #9D9D9D. Windows color (decimal): -3963462 or 12223939. OLE color: 12223939.

HSL color Cylindrical-coordinate representation of color #C385BA: hue angle of 308.71º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C385BA is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 133 186 -
CMYK 0 0.32 0.05 0.24
HSL 308.71º 0.34% 0.64% -
HSV(B) 308.71º 0.32% 0.76% -
XYZ 39.76 31.92 50.52 -
YUV 157.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 195 133 186 0 0.32 0.05 0.24 308.71 0.34 0.64
Hex C3 85 BA 0 20 5 18 135 22 40
Octal 303 205 272 0 40 5 30 465 42 100
Binary 11000011 10000101 10111010 0 100000 101 11000 100110101 100010 1000000

Color Harmonies of #C385BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385BA

Black with #C385BA

Text Example


Text Example

White with #C385BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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