Html Css Color HEX #C28EB9 London Hue

📋 copy color: '#C28EB9'

red 194 ◦ green 142 ◦ blue 185

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

Shades of London Hue #C28EB9

Tints of London Hue #C28EB9

RGB

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

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

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

R = 37.24%
G = 27.26%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C28EB9 (or 0xC28EB9) is known color: London Hue. HEX triplet: C2, 8E and B9. RGB value is (194,142,185). Sum of RGB (Red+Green+Blue) = 194+142+185=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EB9 is #3D7146. Grayscale: #A2A2A2. Windows color (decimal): -4026695 or 12160706. OLE color: 12160706.

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

Color convert

RGB 194 142 185 -
CMYK 0 0.27 0.05 0.24
HSL 310.38º 0.3% 0.66% -
HSV(B) 310.38º 0.27% 0.76% -
XYZ 40.68 34.32 50.38 -
YUV 162.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 194 142 185 0 0.27 0.05 0.24 310.38 0.3 0.66
Hex C2 8E B9 0 1B 5 18 136 1E 42
Octal 302 216 271 0 33 5 30 466 36 102
Binary 11000010 10001110 10111001 0 11011 101 11000 100110110 11110 1000010

Color Harmonies of #C28EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28EB9

Black with #C28EB9

Text Example


Text Example

White with #C28EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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