Html Css Color HEX #C385BB London Hue

📋 copy color: '#C385BB'

red 195 ◦ green 133 ◦ blue 187

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

Shades of London Hue #C385BB

Tints of London Hue #C385BB

RGB

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

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

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

R = 37.86%
G = 25.83%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C385BB (or 0xC385BB) is known color: London Hue. HEX triplet: C3, 85 and BB. RGB value is (195,133,187). Sum of RGB (Red+Green+Blue) = 195+133+187=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C385BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385BB is #3C7A44. Grayscale: #9D9D9D. Windows color (decimal): -3963461 or 12289475. OLE color: 12289475.

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

Color convert

RGB 195 133 187 -
CMYK 0 0.32 0.04 0.24
HSL 307.74º 0.34% 0.64% -
HSV(B) 307.74º 0.32% 0.76% -
XYZ 39.86 31.97 51.08 -
YUV 157.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 195 133 187 0 0.32 0.04 0.24 307.74 0.34 0.64
Hex C3 85 BB 0 20 4 18 134 22 40
Octal 303 205 273 0 40 4 30 464 42 100
Binary 11000011 10000101 10111011 0 100000 100 11000 100110100 100010 1000000

Color Harmonies of #C385BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385BB

Black with #C385BB

Text Example


Text Example

White with #C385BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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