Html Css Color HEX #C288BC London Hue

📋 copy color: '#C288BC'

red 194 ◦ green 136 ◦ blue 188

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

Shades of London Hue #C288BC

Tints of London Hue #C288BC

RGB

 RED value IS 194 (76.17% from 255) = 37.45%

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

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 37.45%
G = 26.25%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C288BC (or 0xC288BC) is known color: London Hue. HEX triplet: C2, 88 and BC. RGB value is (194,136,188). Sum of RGB (Red+Green+Blue) = 194+136+188=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C288BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288BC is #3D7743. Grayscale: #9F9F9F. Windows color (decimal): -4028228 or 12355778. OLE color: 12355778.

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

Color convert

RGB 194 136 188 -
CMYK 0 0.30 0.03 0.24
HSL 306.21º 0.32% 0.65% -
HSV(B) 306.21º 0.3% 0.76% -
XYZ 40.13 32.71 51.78 -
YUV 159.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 194 136 188 0 0.30 0.03 0.24 306.21 0.32 0.65
Hex C2 88 BC 0 1E 3 18 132 20 41
Octal 302 210 274 0 36 3 30 462 40 101
Binary 11000010 10001000 10111100 0 11110 11 11000 100110010 100000 1000001

Color Harmonies of #C288BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288BC

Black with #C288BC

Text Example


Text Example

White with #C288BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288BC; }

 p { color: rgb(194,136,188); }

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

background-color css

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

 a { background-color: rgb(194,136,188); }

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

border-color css

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

 span { border-color: rgb(194,136,188); }

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