#C285BB

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

Shades of London Hue #C285BB

Tints of London Hue #C285BB

Color information

#C285BB (or 0xC285BB) is unknown color: approx London Hue. HEX triplet: C2, 85 and BB. RGB value is (194,133,187). Sum of RGB (Red+Green+Blue) = 194+133+187=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C285BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285BB is #3D7A44. Grayscale: #9D9D9D. Windows color (decimal): -4028997 or 12289474. OLE color: 12289474.

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

Color convert

RGB194133187-
CMYK00.310.040.24
HSL306.89º33.33%64.12%-
HSV(B)306.89º31.44%76.08%-
XYZ39.6131.8351.07-
YUV157.4144.71154.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=37.74%
G=25.88%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413318700.310.040.24306.8933.3364.12
HexC285BB01F4181332140
Octal30220527303743046341100
Binary110000101000010110111011011111100110001001100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285BB; }

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

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

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

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

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

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

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

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