#C483BB

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

Shades of London Hue #C483BB

Tints of London Hue #C483BB

Color information

#C483BB (or 0xC483BB) is unknown color: approx London Hue. HEX triplet: C4, 83 and BB. RGB value is (196,131,187). Sum of RGB (Red+Green+Blue) = 196+131+187=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C483BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483BB is #3B7C44. Grayscale: #9C9C9C. Windows color (decimal): -3898437 or 12288964. OLE color: 12288964.

HSL color Cylindrical-coordinate representation of color #C483BB: hue angle of 308.31º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C483BB is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196131187-
CMYK00.330.050.23
HSL308.31º35.52%64.12%-
HSV(B)308.31º33.16%76.86%-
XYZ39.8531.5651-
YUV156.82145.03155.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.13%
GREEN value IS 131 (51.56% from 255) = 25.49%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=38.13%
G=25.49%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613118700.330.050.23308.3135.5264.12
HexC483BB0215171342440
Octal30420327304152746444100
Binary1100010010000011101110110100001101101111001101001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483BB; }

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

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

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

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

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

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

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

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