#C285BA

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

Shades of London Hue #C285BA

Tints of London Hue #C285BA

Color information

#C285BA (or 0xC285BA) is unknown color: approx London Hue. HEX triplet: C2, 85 and BA. RGB value is (194,133,186). Sum of RGB (Red+Green+Blue) = 194+133+186=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C285BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285BA is #3D7A45. Grayscale: #9D9D9D. Windows color (decimal): -4028998 or 12223938. OLE color: 12223938.

HSL color Cylindrical-coordinate representation of color #C285BA: hue angle of 307.87º 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 #C285BA is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194133186-
CMYK00.310.040.24
HSL307.87º33.33%64.12%-
HSV(B)307.87º31.44%76.08%-
XYZ39.531.7950.51-
YUV157.28144.21154.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=37.82%
G=25.93%
B=36.26%

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
Decimal19413318600.310.040.24307.8733.3364.12
HexC285BA01F4181342140
Octal30220527203743046441100
Binary110000101000010110111010011111100110001001101001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285BA; }

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

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

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

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

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

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

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

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