#C481BB

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

Shades of London Hue #C481BB

Tints of London Hue #C481BB

Color information

#C481BB (or 0xC481BB) is unknown color: approx London Hue. HEX triplet: C4, 81 and BB. RGB value is (196,129,187). Sum of RGB (Red+Green+Blue) = 196+129+187=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C481BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481BB is #3B7E44. Grayscale: #9B9B9B. Windows color (decimal): -3898949 or 12288452. OLE color: 12288452.

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

Color convert

RGB196129187-
CMYK00.340.050.23
HSL308.06º36.22%63.73%-
HSV(B)308.06º34.18%76.86%-
XYZ39.5831.0250.92-
YUV155.65145.7156.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 129 (50.78% from 255) = 25.20%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=38.28%
G=25.20%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612918700.340.050.23308.0636.2263.73
HexC481BB0225171342440
Octal30420127304252746444100
Binary1100010010000001101110110100010101101111001101001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481BB; }

 p { color: rgb(196,129,187); }

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

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

 a { background-color: rgb(196,129,187); }

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

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

 span { border-color: rgb(196,129,187); }

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