Html Css Color HEX #C182BB London Hue

📋 copy color: '#C182BB'

red 193 ◦ green 130 ◦ blue 187

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

Shades of London Hue #C182BB

Tints of London Hue #C182BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.49%

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 37.84%
G = 25.49%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C182BB (or 0xC182BB) is known color: London Hue. HEX triplet: C1, 82 and BB. RGB value is (193,130,187). Sum of RGB (Red+Green+Blue) = 193+130+187=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C182BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182BB is #3E7D44. Grayscale: #9B9B9B. Windows color (decimal): -4095301 or 12288705. OLE color: 12288705.

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

Color convert

RGB 193 130 187 -
CMYK 0 0.33 0.03 0.24
HSL 305.71º 0.34% 0.63% -
HSV(B) 305.71º 0.33% 0.76% -
XYZ 38.94 30.89 50.92 -
YUV 155.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 193 130 187 0 0.33 0.03 0.24 305.71 0.34 0.63
Hex C1 82 BB 0 21 3 18 132 22 3F
Octal 301 202 273 0 41 3 30 462 42 77
Binary 11000001 10000010 10111011 0 100001 11 11000 100110010 100010 111111

Color Harmonies of #C182BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182BB

Black with #C182BB

Text Example


Text Example

White with #C182BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182BB; }

 p { color: rgb(193,130,187); }

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

background-color css

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

 a { background-color: rgb(193,130,187); }

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

border-color css

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

 span { border-color: rgb(193,130,187); }

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