#C58ABB

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

Shades of London Hue #C58ABB

Tints of London Hue #C58ABB

Color information

#C58ABB (or 0xC58ABB) is unknown color: approx London Hue. HEX triplet: C5, 8A and BB. RGB value is (197,138,187). Sum of RGB (Red+Green+Blue) = 197+138+187=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C58ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ABB is #3A7544. Grayscale: #A1A1A1. Windows color (decimal): -3831109 or 12290757. OLE color: 12290757.

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

Color convert

RGB197138187-
CMYK00.300.050.23
HSL310.17º33.71%65.69%-
HSV(B)310.17º29.95%77.25%-
XYZ41.0833.6451.34-
YUV161.23142.55153.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 138 (54.30% from 255) = 26.44%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=37.74%
G=26.44%
B=35.82%

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
Decimal19713818700.300.050.23310.1733.7165.69
HexC58ABB01E5171362242
Octal30521227303652746642102
Binary110001011000101010111011011110101101111001101101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58ABB; }

 p { color: rgb(197,138,187); }

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

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

 a { background-color: rgb(197,138,187); }

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

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

 span { border-color: rgb(197,138,187); }

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