#C485B8

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

Shades of London Hue #C485B8

Tints of London Hue #C485B8

Color information

#C485B8 (or 0xC485B8) is unknown color: approx London Hue. HEX triplet: C4, 85 and B8. RGB value is (196,133,184). Sum of RGB (Red+Green+Blue) = 196+133+184=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C485B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485B8 is #3B7A47. Grayscale: #9D9D9D. Windows color (decimal): -3897928 or 12092868. OLE color: 12092868.

HSL color Cylindrical-coordinate representation of color #C485B8: hue angle of 311.43º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C485B8 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB196133184-
CMYK00.320.060.23
HSL311.43º34.81%64.51%-
HSV(B)311.43º32.14%76.86%-
XYZ39.831.9749.42-
YUV157.65142.87155.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=38.21%
G=25.93%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613318400.320.060.23311.4334.8164.51
HexC485B80206171372341
Octal30420527004062746743101
Binary1100010010000101101110000100000110101111001101111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485B8; }

 p { color: rgb(196,133,184); }

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

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

 a { background-color: rgb(196,133,184); }

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

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

 span { border-color: rgb(196,133,184); }

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