#C48ABA

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

Shades of London Hue #C48ABA

Tints of London Hue #C48ABA

Color information

#C48ABA (or 0xC48ABA) is unknown color: approx London Hue. HEX triplet: C4, 8A and BA. RGB value is (196,138,186). Sum of RGB (Red+Green+Blue) = 196+138+186=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C48ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ABA is #3B7545. Grayscale: #A0A0A0. Windows color (decimal): -3896646 or 12225220. OLE color: 12225220.

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

Color convert

RGB196138186-
CMYK00.300.050.23
HSL310.34º32.95%65.49%-
HSV(B)310.34º29.59%76.86%-
XYZ40.7233.4650.77-
YUV160.81142.22153.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=37.69%
G=26.54%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613818600.300.050.23310.3432.9565.49
HexC48ABA01E5171362141
Octal30421227203652746641101
Binary110001001000101010111010011110101101111001101101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48ABA; }

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

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

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

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

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

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

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

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