#C48AB9

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

Shades of London Hue #C48AB9

Tints of London Hue #C48AB9

Color information

#C48AB9 (or 0xC48AB9) is unknown color: approx London Hue. HEX triplet: C4, 8A and B9. RGB value is (196,138,185). Sum of RGB (Red+Green+Blue) = 196+138+185=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48AB9 is #3B7546. Grayscale: #A0A0A0. Windows color (decimal): -3896647 or 12159684. OLE color: 12159684.

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

Color convert

RGB196138185-
CMYK00.300.060.23
HSL311.38º32.95%65.49%-
HSV(B)311.38º29.59%76.86%-
XYZ40.6133.4250.21-
YUV160.7141.72153.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 138 (54.30% from 255) = 26.59%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=37.76%
G=26.59%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613818500.300.060.23311.3832.9565.49
HexC48AB901E6171372141
Octal30421227103662746741101
Binary110001001000101010111001011110110101111001101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48AB9; }

 p { color: rgb(196,138,185); }

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

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

 a { background-color: rgb(196,138,185); }

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

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

 span { border-color: rgb(196,138,185); }

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