#C482BB

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

Shades of London Hue #C482BB

Tints of London Hue #C482BB

Color information

#C482BB (or 0xC482BB) is unknown color: approx London Hue. HEX triplet: C4, 82 and BB. RGB value is (196,130,187). Sum of RGB (Red+Green+Blue) = 196+130+187=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C482BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482BB is #3B7D44. Grayscale: #9C9C9C. Windows color (decimal): -3898693 or 12288708. OLE color: 12288708.

HSL color Cylindrical-coordinate representation of color #C482BB: hue angle of 308.18º 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 #C482BB is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196130187-
CMYK00.340.050.23
HSL308.18º35.87%63.92%-
HSV(B)308.18º33.67%76.86%-
XYZ39.7231.2950.96-
YUV156.23145.37156.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=38.21%
G=25.34%
B=36.45%

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
Decimal19613018700.340.050.23308.1835.8763.92
HexC482BB0225171342440
Octal30420227304252746444100
Binary1100010010000010101110110100010101101111001101001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482BB; }

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

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

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

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

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

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

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

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