Html Css Color HEX #C380BA London Hue

📋 copy color: '#C380BA'

red 195 ◦ green 128 ◦ blue 186

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

Shades of London Hue #C380BA

Tints of London Hue #C380BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.15%

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

R = 38.31%
G = 25.15%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C380BA (or 0xC380BA) is known color: London Hue. HEX triplet: C3, 80 and BA. RGB value is (195,128,186). Sum of RGB (Red+Green+Blue) = 195+128+186=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C380BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380BA is #3C7F45. Grayscale: #9A9A9A. Windows color (decimal): -3964742 or 12222659. OLE color: 12222659.

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

Color convert

RGB 195 128 186 -
CMYK 0 0.34 0.05 0.24
HSL 308.06º 0.36% 0.63% -
HSV(B) 308.06º 0.34% 0.76% -
XYZ 39.09 30.59 50.3 -
YUV 154.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 195 128 186 0 0.34 0.05 0.24 308.06 0.36 0.63
Hex C3 80 BA 0 22 5 18 134 24 3F
Octal 303 200 272 0 42 5 30 464 44 77
Binary 11000011 10000000 10111010 0 100010 101 11000 100110100 100100 111111

Color Harmonies of #C380BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380BA

Black with #C380BA

Text Example


Text Example

White with #C380BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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