#C180BB

Color #C180BB London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C180BB

Tints of London Hue #C180BB

Color information

#C180BB (or 0xC180BB) is unknown color: approx London Hue. HEX triplet: C1, 80 and BB. RGB value is (193,128,187). Sum of RGB (Red+Green+Blue) = 193+128+187=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C180BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180BB is #3E7F44. Grayscale: #999999. Windows color (decimal): -4095813 or 12288193. OLE color: 12288193.

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

Color convert

RGB193128187-
CMYK00.340.030.24
HSL305.54º34.39%62.94%-
HSV(B)305.54º33.68%75.69%-
XYZ38.6830.3650.84-
YUV154.16146.53155.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=37.99%
G=25.20%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312818700.340.030.24305.5434.3962.94
HexC180BB022318132223f
Octal3012002730423304624277
Binary11000001100000001011101101000101111000100110010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180BB; }

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

 H1.HeaderClassName
 {
   color: #C180BB;
 }
 .AnyTagClassName
 {
   color: #C180BB;
 }
</style>
background-color css

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

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

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

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

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

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