#C283BA

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

Shades of London Hue #C283BA

Tints of London Hue #C283BA

Color information

#C283BA (or 0xC283BA) is unknown color: approx London Hue. HEX triplet: C2, 83 and BA. RGB value is (194,131,186). Sum of RGB (Red+Green+Blue) = 194+131+186=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C283BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283BA is #3D7C45. Grayscale: #9B9B9B. Windows color (decimal): -4029510 or 12223426. OLE color: 12223426.

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

Color convert

RGB194131186-
CMYK00.320.040.24
HSL307.62º34.05%63.73%-
HSV(B)307.62º32.47%76.08%-
XYZ39.2331.2550.42-
YUV156.11144.87155.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 131 (51.56% from 255) = 25.64%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=37.96%
G=25.64%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413118600.320.040.24307.6234.0563.73
HexC283BA0204181342240
Octal30220327204043046442100
Binary1100001010000011101110100100000100110001001101001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C283BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C283BA; }

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

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

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

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

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

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

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

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