Html Css Color HEX #C488BB London Hue

📋 copy color: '#C488BB'

red 196 ◦ green 136 ◦ blue 187

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

Shades of London Hue #C488BB

Tints of London Hue #C488BB

RGB

 RED value IS 196 (76.95% from 255) = 37.76%

 GREEN value IS 136 (53.52% from 255) = 26.2%

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

R = 37.76%
G = 26.2%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C488BB (or 0xC488BB) is known color: London Hue. HEX triplet: C4, 88 and BB. RGB value is (196,136,187). Sum of RGB (Red+Green+Blue) = 196+136+187=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C488BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488BB is #3B7744. Grayscale: #9F9F9F. Windows color (decimal): -3897157 or 12290244. OLE color: 12290244.

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

Color convert

RGB 196 136 187 -
CMYK 0 0.31 0.05 0.23
HSL 309º 0.34% 0.65% -
HSV(B) 309º 0.31% 0.77% -
XYZ 40.54 32.93 51.23 -
YUV 159.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 196 136 187 0 0.31 0.05 0.23 309 0.34 0.65
Hex C4 88 BB 0 1F 5 17 135 22 41
Octal 304 210 273 0 37 5 27 465 42 101
Binary 11000100 10001000 10111011 0 11111 101 10111 100110101 100010 1000001

Color Harmonies of #C488BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488BB

Black with #C488BB

Text Example


Text Example

White with #C488BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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