Html Css Color HEX #C388B9 London Hue

📋 copy color: '#C388B9'

red 195 ◦ green 136 ◦ blue 185

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

Shades of London Hue #C388B9

Tints of London Hue #C388B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.85%

R = 37.79%
G = 26.36%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C388B9 (or 0xC388B9) is known color: London Hue. HEX triplet: C3, 88 and B9. RGB value is (195,136,185). Sum of RGB (Red+Green+Blue) = 195+136+185=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C388B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388B9 is #3C7746. Grayscale: #9F9F9F. Windows color (decimal): -3962695 or 12159171. OLE color: 12159171.

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

Color convert

RGB 195 136 185 -
CMYK 0 0.30 0.05 0.24
HSL 310.17º 0.33% 0.65% -
HSV(B) 310.17º 0.3% 0.76% -
XYZ 40.07 32.71 50.1 -
YUV 159.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 195 136 185 0 0.30 0.05 0.24 310.17 0.33 0.65
Hex C3 88 B9 0 1E 5 18 136 21 41
Octal 303 210 271 0 36 5 30 466 41 101
Binary 11000011 10001000 10111001 0 11110 101 11000 100110110 100001 1000001

Color Harmonies of #C388B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C388B9

Black with #C388B9

Text Example


Text Example

White with #C388B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C388B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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