Html Css Color HEX #C288BD London Hue

📋 copy color: '#C288BD'

red 194 ◦ green 136 ◦ blue 189

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

Shades of London Hue #C288BD

Tints of London Hue #C288BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.42%

R = 37.38%
G = 26.2%
B = 36.42%

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

#C288BD (or 0xC288BD) is known color: London Hue. HEX triplet: C2, 88 and BD. RGB value is (194,136,189). Sum of RGB (Red+Green+Blue) = 194+136+189=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C288BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288BD is #3D7742. Grayscale: #9F9F9F. Windows color (decimal): -4028227 or 12421314. OLE color: 12421314.

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

Color convert

RGB 194 136 189 -
CMYK 0 0.30 0.03 0.24
HSL 305.17º 0.32% 0.65% -
HSV(B) 305.17º 0.3% 0.76% -
XYZ 40.24 32.75 52.35 -
YUV 159.38 144.72 152.69 -
System Red Green Blue C M Y K H S L
Decimal 194 136 189 0 0.30 0.03 0.24 305.17 0.32 0.65
Hex C2 88 BD 0 1E 3 18 131 20 41
Octal 302 210 275 0 36 3 30 461 40 101
Binary 11000010 10001000 10111101 0 11110 11 11000 100110001 100000 1000001

Color Harmonies of #C288BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288BD

Black with #C288BD

Text Example


Text Example

White with #C288BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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