Html Css Color HEX #C488B8 London Hue

📋 copy color: '#C488B8'

red 196 ◦ green 136 ◦ blue 184

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

Shades of London Hue #C488B8

Tints of London Hue #C488B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.66%

R = 37.98%
G = 26.36%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C488B8 (or 0xC488B8) is known color: London Hue. HEX triplet: C4, 88 and B8. RGB value is (196,136,184). Sum of RGB (Red+Green+Blue) = 196+136+184=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C488B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488B8 is #3B7747. Grayscale: #9F9F9F. Windows color (decimal): -3897160 or 12093636. OLE color: 12093636.

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

Color convert

RGB 196 136 184 -
CMYK 0 0.31 0.06 0.23
HSL 312º 0.34% 0.65% -
HSV(B) 312º 0.31% 0.77% -
XYZ 40.22 32.8 49.56 -
YUV 159.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 196 136 184 0 0.31 0.06 0.23 312 0.34 0.65
Hex C4 88 B8 0 1F 6 17 138 22 41
Octal 304 210 270 0 37 6 27 470 42 101
Binary 11000100 10001000 10111000 0 11111 110 10111 100111000 100010 1000001

Color Harmonies of #C488B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488B8

Black with #C488B8

Text Example


Text Example

White with #C488B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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