#C282BB

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

Shades of London Hue #C282BB

Tints of London Hue #C282BB

Color information

#C282BB (or 0xC282BB) is unknown color: approx London Hue. HEX triplet: C2, 82 and BB. RGB value is (194,130,187). Sum of RGB (Red+Green+Blue) = 194+130+187=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C282BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282BB is #3D7D44. Grayscale: #9B9B9B. Windows color (decimal): -4029765 or 12288706. OLE color: 12288706.

HSL color Cylindrical-coordinate representation of color #C282BB: hue angle of 306.56º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C282BB is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194130187-
CMYK00.330.040.24
HSL306.56º34.41%63.53%-
HSV(B)306.56º32.99%76.08%-
XYZ39.231.0250.94-
YUV155.63145.7155.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=37.96%
G=25.44%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413018700.330.040.24306.5634.4163.53
HexC282BB0214181332240
Octal30220227304143046342100
Binary1100001010000010101110110100001100110001001100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C282BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C282BB; }

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

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

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

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

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

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

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

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