#C488BA

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

Shades of London Hue #C488BA

Tints of London Hue #C488BA

Color information

#C488BA (or 0xC488BA) is unknown color: approx London Hue. HEX triplet: C4, 88 and BA. RGB value is (196,136,186). Sum of RGB (Red+Green+Blue) = 196+136+186=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C488BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488BA is #3B7745. Grayscale: #9F9F9F. Windows color (decimal): -3897158 or 12224708. OLE color: 12224708.

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

Color convert

RGB196136186-
CMYK00.310.050.23
HSL310º33.71%65.1%-
HSV(B)310º30.61%76.86%-
XYZ40.4332.8950.67-
YUV159.64142.88153.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=37.84%
G=26.25%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613618600.310.050.2331033.7165.1
HexC488BA01F5171362241
Octal30421027203752746642101
Binary110001001000100010111010011111101101111001101101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488BA; }

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

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

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

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

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

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

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

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