Html Css Color HEX #C181BA London Hue

📋 copy color: '#C181BA'

red 193 ◦ green 129 ◦ blue 186

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

Shades of London Hue #C181BA

Tints of London Hue #C181BA

RGB

 RED value IS 193 (75.78% from 255) = 37.99%

 GREEN value IS 129 (50.78% from 255) = 25.39%

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

R = 37.99%
G = 25.39%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C181BA (or 0xC181BA) is known color: London Hue. HEX triplet: C1, 81 and BA. RGB value is (193,129,186). Sum of RGB (Red+Green+Blue) = 193+129+186=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C181BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181BA is #3E7E45. Grayscale: #9A9A9A. Windows color (decimal): -4095558 or 12222913. OLE color: 12222913.

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

Color convert

RGB 193 129 186 -
CMYK 0 0.33 0.04 0.24
HSL 306.56º 0.34% 0.63% -
HSV(B) 306.56º 0.33% 0.76% -
XYZ 38.71 30.58 50.32 -
YUV 154.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 193 129 186 0 0.33 0.04 0.24 306.56 0.34 0.63
Hex C1 81 BA 0 21 4 18 133 22 3F
Octal 301 201 272 0 41 4 30 463 42 77
Binary 11000001 10000001 10111010 0 100001 100 11000 100110011 100010 111111

Color Harmonies of #C181BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C181BA

Black with #C181BA

Text Example


Text Example

White with #C181BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C181BA; }

 p { color: rgb(193,129,186); }

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

background-color css

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

 a { background-color: rgb(193,129,186); }

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

border-color css

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

 span { border-color: rgb(193,129,186); }

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