Html Css Color HEX #C28EBB London Hue

📋 copy color: '#C28EBB'

red 194 ◦ green 142 ◦ blue 187

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

Shades of London Hue #C28EBB

Tints of London Hue #C28EBB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.15%

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

R = 37.09%
G = 27.15%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C28EBB (or 0xC28EBB) is known color: London Hue. HEX triplet: C2, 8E and BB. RGB value is (194,142,187). Sum of RGB (Red+Green+Blue) = 194+142+187=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EBB is #3D7144. Grayscale: #A2A2A2. Windows color (decimal): -4026693 or 12291778. OLE color: 12291778.

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

Color convert

RGB 194 142 187 -
CMYK 0 0.27 0.04 0.24
HSL 308.08º 0.3% 0.66% -
HSV(B) 308.08º 0.27% 0.76% -
XYZ 40.89 34.4 51.5 -
YUV 162.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 194 142 187 0 0.27 0.04 0.24 308.08 0.3 0.66
Hex C2 8E BB 0 1B 4 18 134 1E 42
Octal 302 216 273 0 33 4 30 464 36 102
Binary 11000010 10001110 10111011 0 11011 100 11000 100110100 11110 1000010

Color Harmonies of #C28EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EBB

Black with #C28EBB

Text Example


Text Example

White with #C28EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EBB; }

 p { color: rgb(194,142,187); }

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

background-color css

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

 a { background-color: rgb(194,142,187); }

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

border-color css

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

 span { border-color: rgb(194,142,187); }

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