#C485B6

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

Shades of London Hue #C485B6

Tints of London Hue #C485B6

Color information

#C485B6 (or 0xC485B6) is unknown color: approx London Hue. HEX triplet: C4, 85 and B6. RGB value is (196,133,182). Sum of RGB (Red+Green+Blue) = 196+133+182=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C485B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485B6 is #3B7A49. Grayscale: #9D9D9D. Windows color (decimal): -3897930 or 11961796. OLE color: 11961796.

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

Color convert

RGB196133182-
CMYK00.320.070.23
HSL313.33º34.81%64.51%-
HSV(B)313.33º32.14%76.86%-
XYZ39.631.8948.32-
YUV157.42141.87155.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=38.36%
G=26.03%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613318200.320.070.23313.3334.8164.51
HexC485B60207171392341
Octal30420526604072747143101
Binary1100010010000101101101100100000111101111001110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485B6; }

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

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

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

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

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

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

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

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