Html Css Color HEX #C385B6 London Hue

📋 copy color: '#C385B6'

red 195 ◦ green 133 ◦ blue 182

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

Shades of London Hue #C385B6

Tints of London Hue #C385B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.69%

R = 38.24%
G = 26.08%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C385B6 (or 0xC385B6) is known color: London Hue. HEX triplet: C3, 85 and B6. RGB value is (195,133,182). Sum of RGB (Red+Green+Blue) = 195+133+182=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C385B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385B6 is #3C7A49. Grayscale: #9C9C9C. Windows color (decimal): -3963466 or 11961795. OLE color: 11961795.

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

Color convert

RGB 195 133 182 -
CMYK 0 0.32 0.07 0.24
HSL 312.58º 0.34% 0.64% -
HSV(B) 312.58º 0.32% 0.76% -
XYZ 39.34 31.75 48.31 -
YUV 157.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 195 133 182 0 0.32 0.07 0.24 312.58 0.34 0.64
Hex C3 85 B6 0 20 7 18 139 22 40
Octal 303 205 266 0 40 7 30 471 42 100
Binary 11000011 10000101 10110110 0 100000 111 11000 100111001 100010 1000000

Color Harmonies of #C385B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385B6

Black with #C385B6

Text Example


Text Example

White with #C385B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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