Html Css Color HEX #C58BBB London Hue

📋 copy color: '#C58BBB'

red 197 ◦ green 139 ◦ blue 187

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

Shades of London Hue #C58BBB

Tints of London Hue #C58BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.58%

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 37.67%
G = 26.58%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C58BBB (or 0xC58BBB) is known color: London Hue. HEX triplet: C5, 8B and BB. RGB value is (197,139,187). Sum of RGB (Red+Green+Blue) = 197+139+187=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BBB is #3A7444. Grayscale: #A1A1A1. Windows color (decimal): -3830853 or 12291013. OLE color: 12291013.

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

Color convert

RGB 197 139 187 -
CMYK 0 0.29 0.05 0.23
HSL 310.34º 0.33% 0.66% -
HSV(B) 310.34º 0.29% 0.77% -
XYZ 41.23 33.92 51.39 -
YUV 161.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 197 139 187 0 0.29 0.05 0.23 310.34 0.33 0.66
Hex C5 8B BB 0 1D 5 17 136 21 42
Octal 305 213 273 0 35 5 27 466 41 102
Binary 11000101 10001011 10111011 0 11101 101 10111 100110110 100001 1000010

Color Harmonies of #C58BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BBB

Black with #C58BBB

Text Example


Text Example

White with #C58BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BBB; }

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

 H1.HeaderClassName
 {
   color: #C58BBB;
 }
 .AnyTagClassName
 {
   color: #C58BBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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