Html Css Color HEX #C28ABB London Hue

📋 copy color: '#C28ABB'

red 194 ◦ green 138 ◦ blue 187

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

Shades of London Hue #C28ABB

Tints of London Hue #C28ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.59%

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

R = 37.38%
G = 26.59%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C28ABB (or 0xC28ABB) is known color: London Hue. HEX triplet: C2, 8A and BB. RGB value is (194,138,187). Sum of RGB (Red+Green+Blue) = 194+138+187=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C28ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ABB is #3D7544. Grayscale: #A0A0A0. Windows color (decimal): -4027717 or 12290754. OLE color: 12290754.

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

Color convert

RGB 194 138 187 -
CMYK 0 0.29 0.04 0.24
HSL 307.5º 0.31% 0.65% -
HSV(B) 307.5º 0.29% 0.76% -
XYZ 40.31 33.23 51.3 -
YUV 160.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 194 138 187 0 0.29 0.04 0.24 307.5 0.31 0.65
Hex C2 8A BB 0 1D 4 18 134 1F 41
Octal 302 212 273 0 35 4 30 464 37 101
Binary 11000010 10001010 10111011 0 11101 100 11000 100110100 11111 1000001

Color Harmonies of #C28ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28ABB

Black with #C28ABB

Text Example


Text Example

White with #C28ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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