Html Css Color HEX #C385B4 London Hue

📋 copy color: '#C385B4'

red 195 ◦ green 133 ◦ blue 180

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

Shades of London Hue #C385B4

Tints of London Hue #C385B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.43%

R = 38.39%
G = 26.18%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C385B4 (or 0xC385B4) is known color: London Hue. HEX triplet: C3, 85 and B4. RGB value is (195,133,180). Sum of RGB (Red+Green+Blue) = 195+133+180=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C385B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385B4 is #3C7A4B. Grayscale: #9C9C9C. Windows color (decimal): -3963468 or 11830723. OLE color: 11830723.

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

Color convert

RGB 195 133 180 -
CMYK 0 0.32 0.08 0.24
HSL 314.52º 0.34% 0.64% -
HSV(B) 314.52º 0.32% 0.76% -
XYZ 39.13 31.67 47.23 -
YUV 156.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 195 133 180 0 0.32 0.08 0.24 314.52 0.34 0.64
Hex C3 85 B4 0 20 8 18 13B 22 40
Octal 303 205 264 0 40 10 30 473 42 100
Binary 11000011 10000101 10110100 0 100000 1000 11000 100111011 100010 1000000

Color Harmonies of #C385B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385B4

Black with #C385B4

Text Example


Text Example

White with #C385B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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