Html Css Color HEX #C183BA London Hue

📋 copy color: '#C183BA'

red 193 ◦ green 131 ◦ blue 186

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

Shades of London Hue #C183BA

Tints of London Hue #C183BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.69%

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

R = 37.84%
G = 25.69%
B = 36.47%

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

#C183BA (or 0xC183BA) is known color: London Hue. HEX triplet: C1, 83 and BA. RGB value is (193,131,186). Sum of RGB (Red+Green+Blue) = 193+131+186=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C183BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183BA is #3E7C45. Grayscale: #9B9B9B. Windows color (decimal): -4095046 or 12223425. OLE color: 12223425.

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

Color convert

RGB 193 131 186 -
CMYK 0 0.32 0.04 0.24
HSL 306.77º 0.33% 0.64% -
HSV(B) 306.77º 0.32% 0.76% -
XYZ 38.97 31.12 50.41 -
YUV 155.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 193 131 186 0 0.32 0.04 0.24 306.77 0.33 0.64
Hex C1 83 BA 0 20 4 18 133 21 40
Octal 301 203 272 0 40 4 30 463 41 100
Binary 11000001 10000011 10111010 0 100000 100 11000 100110011 100001 1000000

Color Harmonies of #C183BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C183BA

Black with #C183BA

Text Example


Text Example

White with #C183BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C183BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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