Html Css Color HEX #C388BB London Hue

📋 copy color: '#C388BB'

red 195 ◦ green 136 ◦ blue 187

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

Shades of London Hue #C388BB

Tints of London Hue #C388BB

RGB

 RED value IS 195 (76.56% from 255) = 37.64%

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

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

R = 37.64%
G = 26.25%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C388BB (or 0xC388BB) is known color: London Hue. HEX triplet: C3, 88 and BB. RGB value is (195,136,187). Sum of RGB (Red+Green+Blue) = 195+136+187=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C388BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388BB is #3C7744. Grayscale: #9F9F9F. Windows color (decimal): -3962693 or 12290243. OLE color: 12290243.

HSL color Cylindrical-coordinate representation of color #C388BB: hue angle of 308.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C388BB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 187 -
CMYK 0 0.30 0.04 0.24
HSL 308.14º 0.33% 0.65% -
HSV(B) 308.14º 0.3% 0.76% -
XYZ 40.28 32.8 51.22 -
YUV 159.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 195 136 187 0 0.30 0.04 0.24 308.14 0.33 0.65
Hex C3 88 BB 0 1E 4 18 134 21 41
Octal 303 210 273 0 36 4 30 464 41 101
Binary 11000011 10001000 10111011 0 11110 100 11000 100110100 100001 1000001

Color Harmonies of #C388BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C388BB

Black with #C388BB

Text Example


Text Example

White with #C388BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C388BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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