Html Css Color HEX #C080BF London Hue

📋 copy color: '#C080BF'

red 192 ◦ green 128 ◦ blue 191

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

Shades of London Hue #C080BF

Tints of London Hue #C080BF

RGB

 RED value IS 192 (75.39% from 255) = 37.57%

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

 BLUE value IS 191 (75% from 255) = 37.38%

R = 37.57%
G = 25.05%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C080BF (or 0xC080BF) is known color: London Hue. HEX triplet: C0, 80 and BF. RGB value is (192,128,191). Sum of RGB (Red+Green+Blue) = 192+128+191=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C080BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080BF is #3F7F40. Grayscale: #9A9A9A. Windows color (decimal): -4161345 or 12550336. OLE color: 12550336.

HSL color Cylindrical-coordinate representation of color #C080BF: hue angle of 300.94º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C080BF is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 191 -
CMYK 0 0.33 0.01 0.25
HSL 300.94º 0.34% 0.63% -
HSV(B) 300.94º 0.33% 0.75% -
XYZ 38.86 30.41 53.11 -
YUV 154.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 192 128 191 0 0.33 0.01 0.25 300.94 0.34 0.63
Hex C0 80 BF 0 21 1 19 12D 22 3F
Octal 300 200 277 0 41 1 31 455 42 77
Binary 11000000 10000000 10111111 0 100001 1 11001 100101101 100010 111111

Color Harmonies of #C080BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080BF

Black with #C080BF

Text Example


Text Example

White with #C080BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080BF; }

 p { color: rgb(192,128,191); }

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

background-color css

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

 a { background-color: rgb(192,128,191); }

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

border-color css

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

 span { border-color: rgb(192,128,191); }

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