#C283BB

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

Shades of London Hue #C283BB

Tints of London Hue #C283BB

Color information

#C283BB (or 0xC283BB) is unknown color: approx London Hue. HEX triplet: C2, 83 and BB. RGB value is (194,131,187). Sum of RGB (Red+Green+Blue) = 194+131+187=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C283BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283BB is #3D7C44. Grayscale: #9C9C9C. Windows color (decimal): -4029509 or 12288962. OLE color: 12288962.

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

Color convert

RGB194131187-
CMYK00.320.040.24
HSL306.67º34.05%63.73%-
HSV(B)306.67º32.47%76.08%-
XYZ39.3331.2950.98-
YUV156.22145.37154.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=37.89%
G=25.59%
B=36.52%

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
Decimal19413118700.320.040.24306.6734.0563.73
HexC283BB0204181332240
Octal30220327304043046342100
Binary1100001010000011101110110100000100110001001100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C283BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C283BB; }

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

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

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

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

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

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

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

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