Html Css Color HEX #C58ABB London Hue

📋 copy color: '#C58ABB'

red 197 ◦ green 138 ◦ blue 187

#C58ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C58ABB

Tints of London Hue #C58ABB

RGB

 RED value IS 197 (77.34% from 255) = 37.74%

 GREEN value IS 138 (54.3% 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 value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C58ABB (or 0xC58ABB) is known color: 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

RGB 197 138 187 -
CMYK 0 0.30 0.05 0.23
HSL 310.17º 0.34% 0.66% -
HSV(B) 310.17º 0.3% 0.77% -
XYZ 41.08 33.64 51.34 -
YUV 161.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 197 138 187 0 0.30 0.05 0.23 310.17 0.34 0.66
Hex C5 8A BB 0 1E 5 17 136 22 42
Octal 305 212 273 0 36 5 27 466 42 102
Binary 11000101 10001010 10111011 0 11110 101 10111 100110110 100010 1000010

Color Harmonies of #C58ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58ABB

Black with #C58ABB

Text Example


Text Example

White with #C58ABB

Text Example


Text Example

HTML Codes & Css Web 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>