Html Css Color HEX #C280BB London Hue

📋 copy color: '#C280BB'

red 194 ◦ green 128 ◦ blue 187

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

Shades of London Hue #C280BB

Tints of London Hue #C280BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.15%

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

R = 38.11%
G = 25.15%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C280BB (or 0xC280BB) is known color: London Hue. HEX triplet: C2, 80 and BB. RGB value is (194,128,187). Sum of RGB (Red+Green+Blue) = 194+128+187=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C280BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280BB is #3D7F44. Grayscale: #9A9A9A. Windows color (decimal): -4030277 or 12288194. OLE color: 12288194.

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

Color convert

RGB 194 128 187 -
CMYK 0 0.34 0.04 0.24
HSL 306.36º 0.35% 0.63% -
HSV(B) 306.36º 0.34% 0.76% -
XYZ 38.94 30.5 50.85 -
YUV 154.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 194 128 187 0 0.34 0.04 0.24 306.36 0.35 0.63
Hex C2 80 BB 0 22 4 18 132 23 3F
Octal 302 200 273 0 42 4 30 462 43 77
Binary 11000010 10000000 10111011 0 100010 100 11000 100110010 100011 111111

Color Harmonies of #C280BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280BB

Black with #C280BB

Text Example


Text Example

White with #C280BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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